Deleted Added
full compact
ntp_openssl.m4 (330106) ntp_openssl.m4 (338530)
1dnl ####################################################################
2dnl OpenSSL support shared by top-level and sntp/configure.ac
3dnl
4dnl Provides command-line option --with-crypto, as well as deprecated
5dnl options --with-openssl-incdir, --with-openssl-libdir, and the
6dnl latter's suboption --with-rpath.
7dnl
8dnl Specifying --with-openssl-libdir or --with-openssl-incdir causes any

--- 228 unchanged lines hidden (view full) ---

237 esac
238esac
239
240AC_MSG_CHECKING([if we will use crypto])
241AC_MSG_RESULT([$ntp_openssl])
242
243case "$ntp_openssl" in
244 yes)
1dnl ####################################################################
2dnl OpenSSL support shared by top-level and sntp/configure.ac
3dnl
4dnl Provides command-line option --with-crypto, as well as deprecated
5dnl options --with-openssl-incdir, --with-openssl-libdir, and the
6dnl latter's suboption --with-rpath.
7dnl
8dnl Specifying --with-openssl-libdir or --with-openssl-incdir causes any

--- 228 unchanged lines hidden (view full) ---

237 esac
238esac
239
240AC_MSG_CHECKING([if we will use crypto])
241AC_MSG_RESULT([$ntp_openssl])
242
243case "$ntp_openssl" in
244 yes)
245 AC_CHECK_HEADERS([openssl/cmac.h openssl/hmac.h])
245 AC_DEFINE([OPENSSL], [], [Use OpenSSL?])
246 case "$VER_SUFFIX" in
247 *o*) ;;
248 *) AC_MSG_ERROR([OPENSSL set but no 'o' in VER_SUFFIX!]) ;;
249 esac
250 ;;
251esac
252

--- 152 unchanged lines hidden ---
246 AC_DEFINE([OPENSSL], [], [Use OpenSSL?])
247 case "$VER_SUFFIX" in
248 *o*) ;;
249 *) AC_MSG_ERROR([OPENSSL set but no 'o' in VER_SUFFIX!]) ;;
250 esac
251 ;;
252esac
253

--- 152 unchanged lines hidden ---