From: Gunter Knauf Date: Wed, 15 Aug 2007 16:17:32 +0000 (+0000) Subject: added define PORT_LDAPS. X-Git-Tag: curl-7_17_0~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f7e42732d813ffccc7a33267b46a2e445069fef;p=thirdparty%2Fcurl.git added define PORT_LDAPS. --- diff --git a/lib/urldata.h b/lib/urldata.h index 41d8528325..5975406fa1 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -34,6 +34,7 @@ #define PORT_HTTPS 443 #define PORT_DICT 2628 #define PORT_LDAP 389 +#define PORT_LDAPS 636 #define PORT_TFTP 69 #define PORT_SSH 22