summaryrefslogtreecommitdiff
path: root/lib/x509/pkcs7.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/x509/pkcs7.h')
-rw-r--r--lib/x509/pkcs7.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/x509/pkcs7.h b/lib/x509/pkcs7.h
index d51858e317..7f9e3b8627 100644
--- a/lib/x509/pkcs7.h
+++ b/lib/x509/pkcs7.h
@@ -24,6 +24,7 @@
#include <gnutls/x509.h>
-typedef struct gnutls_pkcs7_int {
+typedef struct gnutls_pkcs7_int
+{
ASN1_TYPE pkcs7;
} gnutls_pkcs7_int;