diff options
author | tb <> | 2022-05-04 18:49:50 +0000 |
---|---|---|
committer | tb <> | 2022-05-04 18:49:50 +0000 |
commit | 79383f3a7188f4266d3f0a219c4263c5392cc265 (patch) | |
tree | 772c6990c11f3fa3321fcee73b54b0c62c2cfd02 | |
parent | 967430edcddcaab7a818939bbc5feb6875aa545e (diff) | |
download | openbsd-79383f3a7188f4266d3f0a219c4263c5392cc265.tar.gz openbsd-79383f3a7188f4266d3f0a219c4263c5392cc265.tar.bz2 openbsd-79383f3a7188f4266d3f0a219c4263c5392cc265.zip |
Add RCS tags
-rw-r--r-- | src/lib/libcrypto/kdf/hkdf_evp.c | 1 | ||||
-rw-r--r-- | src/lib/libcrypto/kdf/kdf.h | 1 | ||||
-rw-r--r-- | src/lib/libcrypto/kdf/kdf_err.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/libcrypto/kdf/hkdf_evp.c b/src/lib/libcrypto/kdf/hkdf_evp.c index 8bfac8e7d1..033718c626 100644 --- a/src/lib/libcrypto/kdf/hkdf_evp.c +++ b/src/lib/libcrypto/kdf/hkdf_evp.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: hkdf_evp.c,v 1.4 2022/05/04 18:49:50 tb Exp $ */ | ||
1 | /* ==================================================================== | 2 | /* ==================================================================== |
2 | * Copyright (c) 2016-2018 The OpenSSL Project. All rights reserved. | 3 | * Copyright (c) 2016-2018 The OpenSSL Project. All rights reserved. |
3 | * | 4 | * |
diff --git a/src/lib/libcrypto/kdf/kdf.h b/src/lib/libcrypto/kdf/kdf.h index 02b01e773e..d66107e954 100644 --- a/src/lib/libcrypto/kdf/kdf.h +++ b/src/lib/libcrypto/kdf/kdf.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: kdf.h,v 1.5 2022/05/04 18:49:50 tb Exp $ */ | ||
1 | /* | 2 | /* |
2 | * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 3 | * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
3 | * project. | 4 | * project. |
diff --git a/src/lib/libcrypto/kdf/kdf_err.c b/src/lib/libcrypto/kdf/kdf_err.c index f3cf870f37..a3f0f92581 100644 --- a/src/lib/libcrypto/kdf/kdf_err.c +++ b/src/lib/libcrypto/kdf/kdf_err.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: kdf_err.c,v 1.4 2022/05/04 18:49:50 tb Exp $ */ | ||
1 | /* ==================================================================== | 2 | /* ==================================================================== |
2 | * Copyright (c) 1999-2018 The OpenSSL Project. All rights reserved. | 3 | * Copyright (c) 1999-2018 The OpenSSL Project. All rights reserved. |
3 | * | 4 | * |