Mercurial > dropbear
comparison configure.ac @ 1280:94d4038bb34c
Use memset_s or explicit_bzero
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 16 Mar 2016 23:39:39 +0800 |
parents | da1ed4fcdc4a |
children | b28624698130 18c0b0e450ff 96a282e78085 |
comparison
equal
deleted
inserted
replaced
1279:f107cef4be68 | 1280:94d4038bb34c |
---|---|
372 AC_CHECK_FUNCS(logout updwtmp logwtmp) | 372 AC_CHECK_FUNCS(logout updwtmp logwtmp) |
373 | 373 |
374 # OS X monotonic time | 374 # OS X monotonic time |
375 AC_CHECK_HEADERS([mach/mach_time.h]) | 375 AC_CHECK_HEADERS([mach/mach_time.h]) |
376 AC_CHECK_FUNCS(mach_absolute_time) | 376 AC_CHECK_FUNCS(mach_absolute_time) |
377 | |
378 AC_CHECK_FUNCS(explicit_bzero memset_s) | |
379 | |
377 | 380 |
378 AC_ARG_ENABLE(bundled-libtom, | 381 AC_ARG_ENABLE(bundled-libtom, |
379 [ --enable-bundled-libtom Force using bundled libtomcrypt/libtommath even if a system version exists. | 382 [ --enable-bundled-libtom Force using bundled libtomcrypt/libtommath even if a system version exists. |
380 --disable-bundled-libtom Force using system libtomcrypt/libtommath, fail if it does not exist. | 383 --disable-bundled-libtom Force using system libtomcrypt/libtommath, fail if it does not exist. |
381 Default is to use system if available, otherwise bundled.], | 384 Default is to use system if available, otherwise bundled.], |