Running make in apache 1.3.24 gave a compile-error in
apache_1.3.24/src/modules/ssl/ssl_engine_vars.c
The compiler pointed at the line:
{ "UID", NID_uniqueIdentifier },
at the struct listed below.
I could not see, how to cure. Therefore I applied "..." and it
worked.
Can somebody tell me the correct cure?
(linux-2.2.17, apache-1.3.24, mod_ssl-2.8.8-1.3.24,
openssl-0.9.7-beta1)
Please mail me direct.
Thanks a lot.
Ekk.
static const struct {
char *name;
int nid;
} ssl_var_lookup_ssl_cert_dn_rec[] = {
{ "C", NID_countryName },
{ "ST", NID_stateOrProvinceName }, /* officially (RFC2156)
*/
{ "SP", NID_stateOrProvinceName }, /* compatibility (SSLeay)
*/
{ "L", NID_localityName },
{ "O", NID_organizationName },
{ "OU", NID_organizationalUnitName },
{ "CN", NID_commonName },
{ "T", NID_title },
{ "I", NID_initials },
{ "G", NID_givenName },
{ "S", NID_surname },
{ "D", NID_description },
{ "UID", "NID_uniqueIdentifier" }, /*Ekk :...mit "" bei NID_
gehts, aber .....,!!!! */
{ "Email", NID_pkcs9_emailAddress },
{ NULL, 0 }
};
begin:vcard
n:Ellmann;Ekkehard
tel;cell:+49 172 2874295
x-mozilla-html:FALSE
org:UniBw-M�nchen;LRT 1
version:2.1
email;internet:[EMAIL PROTECTED]
title:Dipl.-Math.
adr;quoted-printable:;;Ekkehard Ellmann=0D=0ALRT 1/UniBwM;Neubiberg;;85577;Germany
x-mozilla-cpt:;26400
fn:Ekkehard Ellmann
end:vcard