Don't call ERR_remove_state().
[oweals/tinc.git] / m4 / openssl.m4
index adca5f7a5bdef845cb14980f0c75429cc04322fb..895c31aa0d09ff374a27274f8f7aabfe8b3046de 100644 (file)
@@ -54,5 +54,5 @@ AC_DEFUN([tinc_OPENSSL],
     [#include <openssl/evp.h>]
   )
 
-  AC_CHECK_FUNCS([BN_GENCB_new ERR_remove_state RSA_set0_key], , , [#include <openssl/rsa.h>])
+  AC_CHECK_FUNCS([BN_GENCB_new RSA_set0_key], , , [#include <openssl/rsa.h>])
 ])