Changeset 59695 in vbox for trunk/src/VBox/Runtime/common/crypto
- Timestamp:
- Feb 15, 2016 10:36:49 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 105552
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/crypto/pkix-verify.cpp
r59694 r59695 39 39 # include "internal/iprt-openssl.h" 40 40 # include "openssl/evp.h" 41 # ifndef OPENSSL_VERSION_NUMBER 42 # error "Missing OPENSSL_VERSION_NUMBER!" 43 # endif 41 44 #endif 42 45 … … 227 230 RTCrPkixSignatureRelease(hSignature); 228 231 229 #ifdef IPRT_WITH_OPENSSL 232 #if defined(IPRT_WITH_OPENSSL) \ 233 && (OPENSSL_VERSION_NUMBER > 0x10000000L) /* 0.9.8 doesn't seem to have EVP_PKEY_CTX_set_signature_md. */ 230 234 /* 231 235 * Validate using OpenSSL EVP.
Note:
See TracChangeset
for help on using the changeset viewer.