diff options
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(); |