tinc/src/gcrypt
Guus Sliepen 9b9230a0a7 Use conditional compilation for cryptographic functions.
This gets rid of the rest of the symbolic links. However, as a consequence, the
crypto header files have now moved to src/, and can no longer contain
library-specific declarations. Therefore, cipher_t, digest_t, ecdh_t, ecdsa_t
and rsa_t are now all opaque types, and only pointers to those types can be
used.
2013-05-01 17:17:22 +02:00
..
cipher.c Update copyright notices. 2012-10-14 17:42:49 +02:00
cipher.h Update copyright notices. 2012-10-14 17:42:49 +02:00
crypto.c Update FSF address in files not covered by the merge. 2009-09-29 15:33:58 +02:00
crypto.h Update copyright notices. 2012-10-14 17:42:49 +02:00
digest.c Update copyright notices. 2012-10-14 17:42:49 +02:00
digest.h Update copyright notices. 2012-10-14 17:42:49 +02:00
ecdh.c Use conditional compilation for cryptographic functions. 2013-05-01 17:17:22 +02:00
ecdsa.c Use conditional compilation for cryptographic functions. 2013-05-01 17:17:22 +02:00
ecdsagen.c Use conditional compilation for cryptographic functions. 2013-05-01 17:17:22 +02:00
prf.c Use conditional compilation for cryptographic functions. 2013-05-01 17:17:22 +02:00
rsa.c Update copyright notices. 2012-10-14 17:42:49 +02:00
rsa.h Update FSF address in files not covered by the merge. 2009-09-29 15:33:58 +02:00
rsagen.c Update copyright notices. 2012-10-14 17:42:49 +02:00
rsagen.h Update FSF address in files not covered by the merge. 2009-09-29 15:33:58 +02:00