Use nettle for hashing when available rather than internal MD5/SHA1 routines
[onak.git] / configure.ac
index 76462ad52ef1221f4817269557f08163279f7df2..f2bdfd1cb28e097b8417854f58e956aa6d7a26c0 100644 (file)
@@ -7,6 +7,10 @@ AC_PROG_CC
 
 AC_C_BIGENDIAN
 
+m4_include([m4/ax_lib_nettle.m4])
+
+AX_LIB_NETTLE(auto)
+
 dnl We should always have these backends available.
 backends="file fs keyd"