diff options
Diffstat (limited to 'lib/crypto.h')
-rw-r--r-- | lib/crypto.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/crypto.h b/lib/crypto.h index d64a130010..684ee198f6 100644 --- a/lib/crypto.h +++ b/lib/crypto.h @@ -20,8 +20,8 @@ * */ -#ifndef CRYPTO_H -#define CRYPTO_H +#ifndef GNUTLS_LIB_CRYPTO_H +#define GNUTLS_LIB_CRYPTO_H const gnutls_crypto_cipher_st * _gnutls_get_crypto_cipher(gnutls_cipher_algorithm_t algo); @@ -31,4 +31,4 @@ const gnutls_crypto_mac_st *_gnutls_get_crypto_mac(gnutls_mac_algorithm_t algo); void _gnutls_crypto_deregister(void); -#endif /* CRYPTO_H */ +#endif /* GNUTLS_LIB_CRYPTO_H */ |