diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/hmac/hmac.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/hmac/hmac.h b/src/lib/libcrypto/hmac/hmac.h index 0f39009c9d..6f29972aad 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.19 2024/07/09 07:57:57 tb Exp $ */ | 1 | /* $OpenBSD: hmac.h,v 1.20 2024/08/31 10:42:21 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 | * |
@@ -82,8 +82,6 @@ HMAC_CTX *HMAC_CTX_new(void); | |||
82 | void HMAC_CTX_free(HMAC_CTX *ctx); | 82 | void HMAC_CTX_free(HMAC_CTX *ctx); |
83 | int HMAC_CTX_reset(HMAC_CTX *ctx); | 83 | int HMAC_CTX_reset(HMAC_CTX *ctx); |
84 | 84 | ||
85 | int HMAC_Init(HMAC_CTX *ctx, const void *key, int len, const EVP_MD *md) | ||
86 | __attribute__ ((__bounded__(__buffer__, 2, 3))); | ||
87 | int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len, const EVP_MD *md, | 85 | int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len, const EVP_MD *md, |
88 | ENGINE *impl) | 86 | ENGINE *impl) |
89 | __attribute__ ((__bounded__(__buffer__, 2, 3))); | 87 | __attribute__ ((__bounded__(__buffer__, 2, 3))); |