cdb6706cbb
Security: CVE-2017-14746 CVE-2017-15275 Sponsored by: iXsystems Inc.
14 lines
616 B
Text
14 lines
616 B
Text
--- lib/crypto/wscript_configure.orig 2017-01-11 07:55:14 UTC
|
|
+++ lib/crypto/wscript_configure
|
|
@@ -1,9 +1,9 @@
|
|
if not conf.CHECK_FUNCS_IN('MD5Init', 'bsd', headers='bsd/md5.h',
|
|
checklibc=True):
|
|
- conf.CHECK_FUNCS_IN('MD5Init', 'md5', headers='sys/md5.h',
|
|
- checklibc=True)
|
|
conf.CHECK_FUNCS_IN('MD5Init', 'md', headers='sys/md5.h',
|
|
checklibc=True)
|
|
+ conf.CHECK_FUNCS_IN('MD5Init', 'md5', headers='sys/md5.h',
|
|
+ checklibc=True)
|
|
conf.CHECK_FUNCS_IN('CC_MD5_Init', '', headers='CommonCrypto/CommonDigest.h',
|
|
checklibc=True)
|
|
|