summaryrefslogtreecommitdiffstats
path: root/fuzz/crl.c
diff options
context:
space:
mode:
Diffstat (limited to 'fuzz/crl.c')
-rw-r--r--fuzz/crl.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/fuzz/crl.c b/fuzz/crl.c
index 728943f551..51d184363a 100644
--- a/fuzz/crl.c
+++ b/fuzz/crl.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;