Browse Source

Automake Fixes
1. A couple cert scripts don't need to be included in the makefile or the distribution.

John Safranek 3 years ago
parent
commit
c2bb359eb4
2 changed files with 0 additions and 11 deletions
  1. 0 4
      certs/include.am
  2. 0 7
      certs/p521/include.am

+ 0 - 4
certs/include.am

@@ -114,7 +114,3 @@ include certs/test/include.am
 include certs/test-pathlen/include.am
 include certs/intermediate/include.am
 
-if BUILD_FIPS_V2
-else
-noinst_DATA += certs/check_dates.sh
-endif

+ 0 - 7
certs/p521/include.am

@@ -29,10 +29,3 @@ EXTRA_DIST += \
          certs/p521/server-p521-priv.der \
          certs/p521/server-p521-priv.pem
 
-if BUILD_FIPS_V2
-else
-noinst_DATA+= \
-         certs/p521/gen-p521-certs.sh \
-         certs/p521/gen-p521-keys.sh
-endif
-