Page MenuHomeFreeBSD

D40353.1775801300.diff
No OneTemporary

Size
509 B
Referenced Files
None
Subscribers
None

D40353.1775801300.diff

diff --git a/sbin/dumpon/dumpon.c b/sbin/dumpon/dumpon.c
--- a/sbin/dumpon/dumpon.c
+++ b/sbin/dumpon/dumpon.c
@@ -566,7 +566,12 @@
if (cipher != KERNELDUMP_ENC_NONE && pubkeyfile == NULL) {
errx(EX_USAGE, "-C option requires a public key file.");
} else if (pubkeyfile != NULL) {
+#if OPENSSL_VERSION_NUMBER < 0x10100000L
ERR_load_crypto_strings();
+#else
+ if (!OPENSSL_init_crypto(0, NULL))
+ errx(EX_UNAVAILABLE, "Unable to initialize OpenSSL");
+#endif
}
#else
if (pubkeyfile != NULL)

File Metadata

Mime Type
text/plain
Expires
Fri, Apr 10, 6:08 AM (9 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28313383
Default Alt Text
D40353.1775801300.diff (509 B)

Event Timeline