summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-10-25 09:54:19 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-10-25 09:54:19 +0000
commit4a288531e874f10a0c250ca52d1cd102bce4ffa6 (patch)
treee22a6e2ec6ff985cff60e1f62b14a0ea74da4de2 /includes
parenta617e053a680f037e8e7d08f40346cc65cb3f799 (diff)
downloadgnutls-4a288531e874f10a0c250ca52d1cd102bce4ffa6.tar.gz
Almost finished the X.509 certificate generation.
Diffstat (limited to 'includes')
-rw-r--r--includes/gnutls/x509.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/gnutls/x509.h b/includes/gnutls/x509.h
index 425e6b96a0..f40076e5a6 100644
--- a/includes/gnutls/x509.h
+++ b/includes/gnutls/x509.h
@@ -120,7 +120,6 @@ int gnutls_x509_crt_set_activation_time(gnutls_x509_crt cert, time_t act_time);
int gnutls_x509_crt_set_expiration_time(gnutls_x509_crt cert, time_t exp_time);
int gnutls_x509_crt_set_serial(gnutls_x509_crt cert, const unsigned char* serial,
size_t serial_size);
-int gnutls_x509_crt_set_crq(gnutls_x509_crt crt, gnutls_x509_crq crq);
/* RDN handling
@@ -293,6 +292,7 @@ int gnutls_x509_crq_get_challenge_password(gnutls_x509_crq crq,
int gnutls_x509_crq_export( gnutls_x509_crq crq,
gnutls_x509_crt_fmt format, unsigned char* output_data, size_t* output_data_size);
+int gnutls_x509_crt_set_crq(gnutls_x509_crt crt, gnutls_x509_crq crq);
#ifdef __cplusplus