summaryrefslogtreecommitdiff
path: root/lib/includes/gnutls/crypto.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-05-29 17:26:38 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-05-29 17:26:38 +0200
commit5f46baeb6b542734ca201fd29ef4dd0ca743b6be (patch)
tree175cd6715ff26978778860cd02345897b9ffc866 /lib/includes/gnutls/crypto.h
parent4df054e2ee8e38db92f75a846ce3d5c2d3871942 (diff)
downloadgnutls-5f46baeb6b542734ca201fd29ef4dd0ca743b6be.tar.gz
revert prototype move
Diffstat (limited to 'lib/includes/gnutls/crypto.h')
-rw-r--r--lib/includes/gnutls/crypto.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/includes/gnutls/crypto.h b/lib/includes/gnutls/crypto.h
index 9ef417b437..ff402fc9ce 100644
--- a/lib/includes/gnutls/crypto.h
+++ b/lib/includes/gnutls/crypto.h
@@ -30,7 +30,6 @@ extern "C"
typedef struct api_cipher_hd_st *gnutls_cipher_hd_t;
- size_t gnutls_cipher_get_key_size (gnutls_cipher_algorithm_t algorithm);
int gnutls_cipher_init (gnutls_cipher_hd_t * handle,
gnutls_cipher_algorithm_t cipher,
const gnutls_datum_t * key,
@@ -59,7 +58,6 @@ extern "C"
typedef struct hash_hd_st *gnutls_hash_hd_t;
typedef struct hmac_hd_st *gnutls_hmac_hd_t;
- size_t gnutls_mac_get_key_size (gnutls_mac_algorithm_t algorithm);
size_t gnutls_mac_get_nonce_size (gnutls_mac_algorithm_t algorithm);
int gnutls_hmac_init (gnutls_hmac_hd_t * dig,
gnutls_mac_algorithm_t algorithm, const void *key,