DKIM: support multiple hash methods
[exim.git] / src / src / pdkim / pdkim_hash.h
index 143cd19dfc192d4c3330333edf576e838978f757..008f277b3fd13020e9820d558481008539c8d771 100644 (file)
 #include "../blob.h"
 #include "../hash.h"
 
-#ifdef RSA_OPENSSL
+#ifdef SIGN_OPENSSL
 # include <openssl/rsa.h>
 # include <openssl/ssl.h>
 # include <openssl/err.h>
-#elif defined(RSA_GNUTLS)
+#elif defined(SIGN_GNUTLS)
 # include <gnutls/gnutls.h>
 # include <gnutls/x509.h>
 #endif