diff options
author | tb <> | 2023-12-15 14:22:10 +0000 |
---|---|---|
committer | tb <> | 2023-12-15 14:22:10 +0000 |
commit | 60c8e5108fdb4afbebd7a82c8432af38cf365216 (patch) | |
tree | 5e276835266c152f8ffe19f88046760ad54ce158 /src | |
parent | 4c32a0f8c45fb3530cce31c2272342d45fe38cea (diff) | |
download | openbsd-60c8e5108fdb4afbebd7a82c8432af38cf365216.tar.gz openbsd-60c8e5108fdb4afbebd7a82c8432af38cf365216.tar.bz2 openbsd-60c8e5108fdb4afbebd7a82c8432af38cf365216.zip |
Remove EVP_PBE_cleanup() from EVP_cleanup()
It's a noop and will be removed in the next major bump.
ok jsing
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/evp/names.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/evp/names.c b/src/lib/libcrypto/evp/names.c index 5242892e9f..a96301ed56 100644 --- a/src/lib/libcrypto/evp/names.c +++ b/src/lib/libcrypto/evp/names.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: names.c,v 1.21 2023/08/26 02:59:13 tb Exp $ */ | 1 | /* $OpenBSD: names.c,v 1.22 2023/12/15 14:22:10 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 | * |
@@ -141,7 +141,6 @@ EVP_cleanup(void) | |||
141 | does that part. -- Richard Levitte */ | 141 | does that part. -- Richard Levitte */ |
142 | OBJ_NAME_cleanup(-1); | 142 | OBJ_NAME_cleanup(-1); |
143 | 143 | ||
144 | EVP_PBE_cleanup(); | ||
145 | if (obj_cleanup_defer == 2) { | 144 | if (obj_cleanup_defer == 2) { |
146 | obj_cleanup_defer = 0; | 145 | obj_cleanup_defer = 0; |
147 | OBJ_cleanup(); | 146 | OBJ_cleanup(); |