Page MenuHomeFreeBSD

D40355.1789182426.diff
No OneTemporary

Size
393 B
Referenced Files
None
Subscribers
None

D40355.1789182426.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
Sat, Sep 12, 3:07 AM (12 h, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29565853
Default Alt Text
D40355.1789182426.diff (393 B)

Event Timeline