Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

Commit

Permalink
better get0_notBefore ssl defs
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFrench committed Jan 29, 2019
1 parent bd376a3 commit 8ae5cdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sslutils.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
#include "internal.h"

#if OPENSSL_VERSION_NUMBER < 0x10100000L
#define X509_get0_notBefore X509_get_notBefore
#define X509_get0_notAfter X509_get_notAfter
#define X509_get0_notBefore(x) X509_get_notBefore(x)
#define X509_get0_notAfter(x) X509_get_notAfter(x)
#endif

unsigned char *
Expand Down

0 comments on commit 8ae5cdd

Please sign in to comment.