Page MenuHomeFreeBSD

D40355.id.diff
No OneTemporary

D40355.id.diff

Index: sbin/dumpon/dumpon.c
===================================================================
--- sbin/dumpon/dumpon.c
+++ sbin/dumpon/dumpon.c
@@ -569,7 +569,8 @@
#if OPENSSL_VERSION_NUMBER < 0x10100000L
ERR_load_crypto_strings();
#else
- OPENSSL_init_crypto(0, NULL);
+ if (!OPENSSL_init_crypto(0, NULL))
+ errx(EX_UNAVAILABLE, "Unable to initialize OpenSSL");
#endif
}
#else

File Metadata

Mime Type
text/plain
Expires
Fri, Aug 7, 7:22 PM (12 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36192637
Default Alt Text
D40355.id.diff (393 B)

Event Timeline