summaryrefslogtreecommitdiff
path: root/lib/x509/privkey.h
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-11-07 23:27:56 +0000
committerSimon Josefsson <simon@josefsson.org>2005-11-07 23:27:56 +0000
commita5891d75997c9529b9fc5c273df8bd0df4093cd0 (patch)
treefd6eec448a88c5eb891cc145921c5793662da604 /lib/x509/privkey.h
parentaf21484a8daf15da48f7d00c4fe632708a757a64 (diff)
downloadgnutls-a5891d75997c9529b9fc5c273df8bd0df4093cd0.tar.gz
Use GNU coding style.
Diffstat (limited to 'lib/x509/privkey.h')
-rw-r--r--lib/x509/privkey.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/x509/privkey.h b/lib/x509/privkey.h
index 60ea116ba0..0100aeec3a 100644
--- a/lib/x509/privkey.h
+++ b/lib/x509/privkey.h
@@ -24,5 +24,6 @@
#include <gnutls/x509.h>
-ASN1_TYPE _gnutls_privkey_decode_pkcs1_rsa_key(const gnutls_datum_t *raw_key,
- gnutls_x509_privkey_t pkey);
+ASN1_TYPE _gnutls_privkey_decode_pkcs1_rsa_key (const gnutls_datum_t *
+ raw_key,
+ gnutls_x509_privkey_t pkey);