diff options
author | 2014-05-02 17:06:46 +0000 | |
---|---|---|
committer | 2014-05-02 17:06:46 +0000 | |
commit | e25ec8faafabd7c2d88b99dda19e93d67d1fe7f9 (patch) | |
tree | 17fca7f364a769f67c400d32ed2758e6dd9d036b /lib/libssl/src/apps/x509.c | |
parent | Nuke OPENSSL_NO_SOCK since any half sane operating system has sockets. (diff) | |
download | wireguard-openbsd-e25ec8faafabd7c2d88b99dda19e93d67d1fe7f9.tar.xz wireguard-openbsd-e25ec8faafabd7c2d88b99dda19e93d67d1fe7f9.zip |
remove crazy #undefs; ok jsing
Diffstat (limited to 'lib/libssl/src/apps/x509.c')
-rw-r--r-- | lib/libssl/src/apps/x509.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libssl/src/apps/x509.c b/lib/libssl/src/apps/x509.c index fb301d3ea8a..899ed00cc1e 100644 --- a/lib/libssl/src/apps/x509.c +++ b/lib/libssl/src/apps/x509.c @@ -78,7 +78,6 @@ #endif -#undef POSTFIX #define POSTFIX ".srl" #define DEF_DAYS 30 |