summaryrefslogtreecommitdiffstats
path: root/fuzz/build.info
diff options
context:
space:
mode:
Diffstat (limited to 'fuzz/build.info')
-rw-r--r--fuzz/build.info12
1 files changed, 10 insertions, 2 deletions
diff --git a/fuzz/build.info b/fuzz/build.info
index bdeb075fdd..af5f550f00 100644
--- a/fuzz/build.info
+++ b/fuzz/build.info
@@ -10,7 +10,7 @@
IF[{- !$disabled{"fuzz-afl"} || !$disabled{"fuzz-libfuzzer"} -}]
PROGRAMS{noinst}=asn1 asn1parse bignum bndiv client conf crl server smime x509
- PROGRAMS{noinst}=punycode
+ PROGRAMS{noinst}=punycode pem
PROGRAMS{noinst}=v3name
IF[{- !$disabled{"cmp"} -}]
@@ -65,6 +65,10 @@ IF[{- !$disabled{"fuzz-afl"} || !$disabled{"fuzz-libfuzzer"} -}]
INCLUDE[ct]=../include {- $ex_inc -}
DEPEND[ct]=../libcrypto {- $ex_lib -}
+ SOURCE[pem]=pem.c driver.c
+ INCLUDE[pem]=../include {- $ex_inc -}
+ DEPEND[pem]=../libcrypto.a {- $ex_lib -}
+
SOURCE[punycode]=punycode.c driver.c
INCLUDE[punycode]=../include {- $ex_inc -}
DEPEND[punycode]=../libcrypto.a {- $ex_lib -}
@@ -88,7 +92,7 @@ ENDIF
IF[{- !$disabled{tests} -}]
PROGRAMS{noinst}=asn1-test asn1parse-test bignum-test bndiv-test client-test conf-test crl-test server-test smime-test x509-test
- PROGRAMS{noinst}=punycode-test
+ PROGRAMS{noinst}=punycode-test pem-test
PROGRAMS{noinst}=v3name-test
IF[{- !$disabled{"cmp"} -}]
@@ -144,6 +148,10 @@ IF[{- !$disabled{tests} -}]
INCLUDE[ct-test]=../include
DEPEND[ct-test]=../libcrypto
+ SOURCE[pem-test]=pem.c test-corpus.c
+ INCLUDE[pem-test]=../include
+ DEPEND[pem-test]=../libcrypto.a
+
SOURCE[punycode-test]=punycode.c test-corpus.c
INCLUDE[punycode-test]=../include
DEPEND[punycode-test]=../libcrypto.a