aboutsummaryrefslogtreecommitdiff
path: root/openssl/ssl/kssl.h
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/ssl/kssl.h')
-rw-r--r--openssl/ssl/kssl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/openssl/ssl/kssl.h b/openssl/ssl/kssl.h
index a3d20e1cc..8242fd5ee 100644
--- a/openssl/ssl/kssl.h
+++ b/openssl/ssl/kssl.h
@@ -172,6 +172,10 @@ krb5_error_code kssl_check_authent(KSSL_CTX *kssl_ctx, krb5_data *authentp,
krb5_timestamp *atimep, KSSL_ERR *kssl_err);
unsigned char *kssl_skip_confound(krb5_enctype enctype, unsigned char *authn);
+void SSL_set0_kssl_ctx(SSL *s, KSSL_CTX *kctx);
+KSSL_CTX * SSL_get0_kssl_ctx(SSL *s);
+char *kssl_ctx_get0_client_princ(KSSL_CTX *kctx);
+
#ifdef __cplusplus
}
#endif