diff options
Diffstat (limited to 'src/lib/libcrypto/hmac/hmac.h')
-rw-r--r-- | src/lib/libcrypto/hmac/hmac.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libcrypto/hmac/hmac.h b/src/lib/libcrypto/hmac/hmac.h index 0fe894e7b1..ff01ae26b0 100644 --- a/src/lib/libcrypto/hmac/hmac.h +++ b/src/lib/libcrypto/hmac/hmac.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: hmac.h,v 1.15 2022/01/14 08:04:14 tb Exp $ */ | 1 | /* $OpenBSD: hmac.h,v 1.16 2022/01/14 08:06:03 tb Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -76,11 +76,7 @@ extern "C" { | |||
76 | 76 | ||
77 | HMAC_CTX *HMAC_CTX_new(void); | 77 | HMAC_CTX *HMAC_CTX_new(void); |
78 | void HMAC_CTX_free(HMAC_CTX *ctx); | 78 | void HMAC_CTX_free(HMAC_CTX *ctx); |
79 | void HMAC_CTX_init(HMAC_CTX *ctx); | ||
80 | int HMAC_CTX_reset(HMAC_CTX *ctx); | 79 | int HMAC_CTX_reset(HMAC_CTX *ctx); |
81 | void HMAC_CTX_cleanup(HMAC_CTX *ctx); | ||
82 | |||
83 | #define HMAC_cleanup(ctx) HMAC_CTX_cleanup(ctx) /* deprecated */ | ||
84 | 80 | ||
85 | int HMAC_Init(HMAC_CTX *ctx, const void *key, int len, | 81 | int HMAC_Init(HMAC_CTX *ctx, const void *key, int len, |
86 | const EVP_MD *md); /* deprecated */ | 82 | const EVP_MD *md); /* deprecated */ |