diff options
author | 2002-11-18 12:43:29 +0000 | |
---|---|---|
committer | 2002-11-18 12:43:29 +0000 | |
commit | 8d56542e885ff49795697480e44f9f361f574b5a (patch) | |
tree | 9a955518092f5be56cb50a9de0d3161dfb3b39ab | |
parent | kill duplicate int retry; from David Krause, Thanks! (diff) | |
download | wireguard-openbsd-8d56542e885ff49795697480e44f9f361f574b5a.tar.xz wireguard-openbsd-8d56542e885ff49795697480e44f9f361f574b5a.zip |
kill unused #define which was a workaround with old OpenSSL versions
from David Krause, Thanks!
-rw-r--r-- | usr.sbin/httpd/src/modules/ssl/ssl_engine_vars.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.sbin/httpd/src/modules/ssl/ssl_engine_vars.c b/usr.sbin/httpd/src/modules/ssl/ssl_engine_vars.c index 174973ec49e..0a845591f52 100644 --- a/usr.sbin/httpd/src/modules/ssl/ssl_engine_vars.c +++ b/usr.sbin/httpd/src/modules/ssl/ssl_engine_vars.c @@ -391,10 +391,6 @@ static char *ssl_var_lookup_ssl_cert(pool *p, X509 *xs, char *var) return result; } -#ifndef NID_uniqueIdentifier -#define NID_uniqueIdentifier 102 -#endif - static const struct { char *name; int nid; |