X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Fstarttls.c;h=5f985d2007ea566671bbe7566d5bcd0407342ac1;hb=886f60f8223d51e6a3b5fe0bf199e335b6eae86e;hp=750a3ff28a98bec1a0de8732f2c90dc0e40f56b3;hpb=029306a5bebdcfec1de9c85c1c5e72b276f3fac7;p=openldap diff --git a/servers/slapd/starttls.c b/servers/slapd/starttls.c index 750a3ff28a..5f985d2007 100644 --- a/servers/slapd/starttls.c +++ b/servers/slapd/starttls.c @@ -1,6 +1,6 @@ /* $OpenLDAP$ */ /* - * Copyright 1999-2000 The OpenLDAP Foundation. + * Copyright 1999-2002 The OpenLDAP Foundation. * All rights reserved. * * Redistribution and use in source and binary forms are permitted only @@ -30,7 +30,7 @@ starttls_extop ( struct berval ** rspdata, LDAPControl ***rspctrls, const char ** text, - BVarray * refs ) + BerVarray * refs ) { void *ctx; int rc;