2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00

[4633] Addressed comments

This commit is contained in:
Francis Dupont
2016-11-21 14:53:37 +01:00
parent f2edfc32fc
commit 754d44be2b
2 changed files with 49 additions and 1 deletions

View File

@@ -913,7 +913,7 @@ EOF
#endif
])],
[AC_MSG_RESULT([yes])],
[AC_MSG_ERROR([HMAC functions return void: the OpenSSL version should be too old, please change for >= 1.0.1])])
[AC_MSG_ERROR([HMAC functions return void: please use OpenSSL version 1.0.1 or later])])
LIBS=${LIBS_SAVED}
CPPFLAGS=${CPPFLAGS_SAVED}
fi