diff options
| author | tb <> | 2021-12-12 21:27:38 +0000 |
|---|---|---|
| committer | tb <> | 2021-12-12 21:27:38 +0000 |
| commit | e6d34a52bf003f2e199023dc166779f5d25bfcff (patch) | |
| tree | 110aa6f619f19831c621f32e98d757ca15d75e3e /src/lib/libcrypto/evp | |
| parent | 16b11d832d894bdfee31b512ec2c24f6045b7a9c (diff) | |
| download | openbsd-e6d34a52bf003f2e199023dc166779f5d25bfcff.tar.gz openbsd-e6d34a52bf003f2e199023dc166779f5d25bfcff.tar.bz2 openbsd-e6d34a52bf003f2e199023dc166779f5d25bfcff.zip | |
Add a mostly empty hmac_local.h. HMAC_CTX and a few other things
from hmac.h will be moved there in an umpcoming bump. Include this
file where it will be needed.
ok inoguchi
Diffstat (limited to 'src/lib/libcrypto/evp')
| -rw-r--r-- | src/lib/libcrypto/evp/p5_crpt2.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/evp/p5_crpt2.c b/src/lib/libcrypto/evp/p5_crpt2.c index 4bef287706..f3585ff34b 100644 --- a/src/lib/libcrypto/evp/p5_crpt2.c +++ b/src/lib/libcrypto/evp/p5_crpt2.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: p5_crpt2.c,v 1.23 2017/01/29 17:49:23 beck Exp $ */ | 1 | /* $OpenBSD: p5_crpt2.c,v 1.24 2021/12/12 21:27:37 tb Exp $ */ |
| 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
| 3 | * project 1999. | 3 | * project 1999. |
| 4 | */ | 4 | */ |
| @@ -70,6 +70,7 @@ | |||
| 70 | #include <openssl/x509.h> | 70 | #include <openssl/x509.h> |
| 71 | 71 | ||
| 72 | #include "evp_locl.h" | 72 | #include "evp_locl.h" |
| 73 | #include "hmac_local.h" | ||
| 73 | 74 | ||
| 74 | /* This is an implementation of PKCS#5 v2.0 password based encryption key | 75 | /* This is an implementation of PKCS#5 v2.0 password based encryption key |
| 75 | * derivation function PBKDF2. | 76 | * derivation function PBKDF2. |
