From 8443e15eee28603bf427abc03ac1a8d86d23b12a Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 6 Feb 2012 17:47:25 +0100 Subject: crypto: Use libbsd md5 header, if available. --- lib/crypto/wscript_configure | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 lib/crypto/wscript_configure (limited to 'lib/crypto/wscript_configure') diff --git a/lib/crypto/wscript_configure b/lib/crypto/wscript_configure new file mode 100644 index 0000000000..77d21e9795 --- /dev/null +++ b/lib/crypto/wscript_configure @@ -0,0 +1,2 @@ +conf.CHECK_FUNCS_IN('MD5Init', 'bsd', headers='bsd/md5.h', + checklibc=True) -- cgit