Skip to content

Commit

Permalink
No #warning?
Browse files Browse the repository at this point in the history
  • Loading branch information
John-LittleBearLabs committed Feb 13, 2024
1 parent 73f0947 commit c70b4f4
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
#include "signature_verifier.h"

#ifdef _MSC_VER
#warning This signature verifier not ported to MSVC - consider OpenSSL version

// TODO - issues with the version of OpenSSL I'm getting from Conan
#pragma message("This signature verifier not ported to MSVC")

#elif __has_include(<openssl/evp.h>)
#include <openssl/evp.h>
#define HAS_OPENSSL_EVP 1
Expand Down

0 comments on commit c70b4f4

Please sign in to comment.