summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-03-15 22:18:20 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-03-15 22:18:20 +0000
commit4d67c19d30b896cfdeba0d825bef810928c560d2 (patch)
treea9aaf9f246df8fc8acf3311b1570ce2096263cc7 /includes
parenta73326649d33d8e194ff35be22cd581fb83756a3 (diff)
downloadgnutls-4d67c19d30b896cfdeba0d825bef810928c560d2.tar.gz
Added gnutls_x509_crq_get_challenge_password().
Diffstat (limited to 'includes')
-rw-r--r--includes/gnutls/x509.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/gnutls/x509.h b/includes/gnutls/x509.h
index d309e92eb6..88bdbcd446 100644
--- a/includes/gnutls/x509.h
+++ b/includes/gnutls/x509.h
@@ -234,6 +234,8 @@ int gnutls_x509_crq_set_key(gnutls_x509_crq crq, gnutls_x509_privkey key);
int gnutls_x509_crq_sign(gnutls_x509_crq crq, gnutls_x509_privkey key);
int gnutls_x509_crq_set_challenge_password(gnutls_x509_crq crq, const char* pass);
+int gnutls_x509_crq_get_challenge_password(gnutls_x509_crq crq,
+ char* pass, int* sizeof_pass);
int gnutls_x509_crq_export( gnutls_x509_crq crq,
gnutls_x509_crt_fmt format, unsigned char* output_data, int* output_data_size);