artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
949c64f
)
Remove calls to OpenSSL_add_all_{ciphers,digests}()
author
tb
<tb@openbsd.org>
Sat, 13 Jan 2024 17:04:29 +0000
(17:04 +0000)
committer
tb
<tb@openbsd.org>
Sat, 13 Jan 2024 17:04:29 +0000
(17:04 +0000)
lib/libcrypto/crypto_init.c
patch
|
blob
|
history
diff --git
a/lib/libcrypto/crypto_init.c
b/lib/libcrypto/crypto_init.c
index
d598318
..
ed92c41
100644
(file)
--- a/
lib/libcrypto/crypto_init.c
+++ b/
lib/libcrypto/crypto_init.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: crypto_init.c,v 1.1
6 2024/01/13 11:18:52
tb Exp $ */
+/* $OpenBSD: crypto_init.c,v 1.1
7 2024/01/13 17:04:29
tb Exp $ */
/*
* Copyright (c) 2018 Bob Beck <beck@openbsd.org>
*
@@
-44,8
+44,6
@@
OPENSSL_init_crypto_internal(void)
OPENSSL_cpuid_setup();
ERR_load_crypto_strings();
- OpenSSL_add_all_ciphers();
- OpenSSL_add_all_digests();
}
int