Use conditional compilation for cryptographic functions.
authorGuus Sliepen <guus@tinc-vpn.org>
Wed, 1 May 2013 15:17:22 +0000 (17:17 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Wed, 1 May 2013 15:17:22 +0000 (17:17 +0200)
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.


No differences found