You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by je...@apache.org on 2002/04/18 10:45:34 UTC

cvs commit: httpd-2.0/modules/ssl ssl_engine_vars.c

jerenkrantz    02/04/18 01:45:34

  Modified:    modules/ssl ssl_engine_vars.c
  Log:
  Fix so that we can compile with OpenSSL 0.9.8-dev.
  
  Revision  Changes    Path
  1.19      +3 -0      httpd-2.0/modules/ssl/ssl_engine_vars.c
  
  Index: ssl_engine_vars.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/ssl/ssl_engine_vars.c,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- ssl_engine_vars.c	27 Mar 2002 19:38:05 -0000	1.18
  +++ ssl_engine_vars.c	18 Apr 2002 08:45:34 -0000	1.19
  @@ -395,7 +395,10 @@
       { "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                          }
   };