summaryrefslogtreecommitdiff
path: root/crypto/hmac/hmac.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/hmac/hmac.h')
-rw-r--r--crypto/hmac/hmac.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/crypto/hmac/hmac.h b/crypto/hmac/hmac.h
index c2fe29f550..2efce942e2 100644
--- a/crypto/hmac/hmac.h
+++ b/crypto/hmac/hmac.h
@@ -78,7 +78,6 @@ typedef struct hmac_ctx_st
#define HMAC_size(e) (EVP_MD_size((e)->md))
-#ifndef NOPROTO
void HMAC_Init(HMAC_CTX *ctx, const unsigned char *key, int len,
const EVP_MD *md);
@@ -89,16 +88,6 @@ unsigned char *HMAC(EVP_MD *evp_md, unsigned char *key, int key_len,
unsigned char *d, int n, unsigned char *md, unsigned int *md_len);
-#else
-
-void HMAC_Init();
-void HMAC_Update();
-void HMAC_Final();
-void HMAC_cleanup();
-unsigned char *HMAC();
-
-#endif
-
#ifdef __cplusplus
}
#endif