]> granicus.if.org Git - apache/commitdiff
Fix so that we can compile with OpenSSL 0.9.8-dev.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Thu, 18 Apr 2002 08:45:34 +0000 (08:45 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Thu, 18 Apr 2002 08:45:34 +0000 (08:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94696 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_engine_vars.c

index 1671ec116c4700b71e9293256a21d1a4a5e175de..fbb39b2799a96d9ca34bd6c0c0c3c2afd177acf5 100644 (file)
@@ -395,7 +395,10 @@ static const struct {
     { "G",     NID_givenName              },
     { "S",     NID_surname                },
     { "D",     NID_description            },
+/* This has been removed in OpenSSL 0.9.8-dev. */
+#ifdef NID_uniqueIdentifier
     { "UID",   NID_uniqueIdentifier       },
+#endif
     { "Email", NID_pkcs9_emailAddress     },
     { NULL,    0                          }
 };