We must switch to OpenSSL 3.x, and getting lib/hcrypto to provide OpenSSL 3.x APIs is too large an undertaking. Plus the hcrypto backend is not safe, not secure (probably has timing leaks galore), and no one has the resources to make it a world-class crypto library, so it just has to go.
11 lines
240 B
Plaintext
11 lines
240 B
Plaintext
dnl $Id$
|
|
dnl
|
|
dnl check requirements for OTP library
|
|
dnl
|
|
AC_DEFUN([rk_OTP],[
|
|
AC_ARG_ENABLE(otp,
|
|
AS_HELP_STRING([--disable-otp],[if you don't want OTP support]))
|
|
AC_MSG_ERROR([OTP has been removed],
|
|
AC_MSG_ERROR([OTP has been removed])
|
|
])
|