Skip to content

Commit

Permalink
Revert "build: do not define ASN1_time_parse when using openssl"
Browse files Browse the repository at this point in the history
This reverts commit 3a8adb4.
  • Loading branch information
aberaud committed Aug 30, 2023
1 parent b53af75 commit fb9e6ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compat/os_cert.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

#include <openssl/x509.h>

#if ((defined(LIBRESSL_VERSION_NUMBER) && (LIBRESSL_VERSION_NUMBER > 0x20501000L)) || defined(OPENSSL_VERSION_NUMBER))
#if (defined(LIBRESSL_VERSION_NUMBER) && (LIBRESSL_VERSION_NUMBER > 0x20501000L))
#define EMBEDDED_ASN1_TIME_PARSE 0
#else
#define EMBEDDED_ASN1_TIME_PARSE 1
Expand Down

0 comments on commit fb9e6ee

Please sign in to comment.