diff options
Diffstat (limited to 'pkcs11.h')
-rw-r--r-- | pkcs11.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -25,6 +25,8 @@ #ifndef OPENVPN_PKCS11_H #define OPENVPN_PKCS11_H +#if defined(USE_CRYPTO) && defined(USE_SSL) && defined(ENABLE_PKCS11) + int SSL_CTX_use_pkcs11 ( SSL_CTX * const ssl_ctx, @@ -62,3 +64,5 @@ show_pkcs11_objects ( ); #endif + +#endif |