summaryrefslogtreecommitdiffstats
path: root/fuzz/x509.c
diff options
context:
space:
mode:
Diffstat (limited to 'fuzz/x509.c')
-rw-r--r--fuzz/x509.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/fuzz/x509.c b/fuzz/x509.c
index b2851f1e11..4c5b73258d 100644
--- a/fuzz/x509.c
+++ b/fuzz/x509.c
@@ -12,11 +12,13 @@
#include <openssl/bio.h>
#include "fuzzer.h"
-int FuzzerInitialize(int *argc, char ***argv) {
+int FuzzerInitialize(int *argc, char ***argv)
+{
return 1;
}
-int FuzzerTestOneInput(const uint8_t *buf, size_t len) {
+int FuzzerTestOneInput(const uint8_t *buf, size_t len)
+{
const unsigned char *p = buf;
unsigned char *der = NULL;