Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F165204400
D40355.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
393 B
Referenced Files
None
Subscribers
None
D40355.id.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D40355: dumpon: check OPENSSL_init_crypto return value
Attached
Detach File
Event Timeline
Log In to Comment