summaryrefslogtreecommitdiff
path: root/lib/gnutls_x509.h
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2004-10-28 11:10:24 +0000
committerSimon Josefsson <simon@josefsson.org>2004-10-28 11:10:24 +0000
commit9aefd34c577d353ca6a681c5d4f0bd79a3c54666 (patch)
treea8840f77746f2750b8a8e2173edb1e3dbf45f0c6 /lib/gnutls_x509.h
parentb117dd49f97cd76186dcb46b3fd2ed018a6a241f (diff)
downloadgnutls-9aefd34c577d353ca6a681c5d4f0bd79a3c54666.tar.gz
Indent.
Diffstat (limited to 'lib/gnutls_x509.h')
-rw-r--r--lib/gnutls_x509.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/gnutls_x509.h b/lib/gnutls_x509.h
index 2effb5d027..4add484839 100644
--- a/lib/gnutls_x509.h
+++ b/lib/gnutls_x509.h
@@ -1,6 +1,7 @@
#include <libtasn1.h>
-int _gnutls_x509_cert_verify_peers(gnutls_session_t session, unsigned int* status);
+int _gnutls_x509_cert_verify_peers(gnutls_session_t session,
+ unsigned int *status);
#define PEM_CERT_SEP2 "-----BEGIN X509 CERTIFICATE"
#define PEM_CERT_SEP "-----BEGIN CERTIFICATE"
@@ -20,6 +21,7 @@ int _gnutls_x509_read_dsa_pubkey(opaque * der, int dersize,
mpi_t * params);
int _gnutls_x509_raw_privkey_to_gkey(gnutls_privkey * privkey,
- const gnutls_datum_t * raw_key, gnutls_x509_crt_fmt_t type);
+ const gnutls_datum_t * raw_key,
+ gnutls_x509_crt_fmt_t type);
int _gnutls_x509_privkey_to_gkey(gnutls_privkey * privkey,
gnutls_x509_privkey_t);