]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/ldap-int.h
ITS#8753 Public key pinning support in libldap
[openldap] / libraries / libldap / ldap-int.h
index d7d1afada17ecd1f8fef1463efe1ca8263d27fcf..1210f496d30c9d789a0eafa2c0b04eaa2447c8f7 100644 (file)
@@ -268,7 +268,9 @@ struct ldapoptions {
        int                     ldo_tls_require_cert;
        int                     ldo_tls_impl;
        int                     ldo_tls_crlcheck;
-#define LDAP_LDO_TLS_NULLARG ,0,0,0,{0,0,0,0,0,0,0,0,0},0,0,0,0
+       char            *ldo_tls_pin_hashalg;
+       struct berval   ldo_tls_pin;
+#define LDAP_LDO_TLS_NULLARG ,0,0,0,{0,0,0,0,0,0,0,0,0},0,0,0,0,0,{0,0}
 #else
 #define LDAP_LDO_TLS_NULLARG
 #endif