diff options
author | Brent Cook <bcook@openbsd.org> | 2017-08-12 10:05:30 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2017-08-12 10:05:30 -0500 |
commit | 94e4224f5fd17745054ee4a7e5e5b3563e144fc2 (patch) | |
tree | 1ec14e67dbd9b4f7508d0c9a8fca99ba9dcf32f1 /crypto/CMakeLists.txt | |
parent | bdec057318a35c1c8152f8dbe84c24e0da7523c4 (diff) | |
download | portable-94e4224f5fd17745054ee4a7e5e5b3563e144fc2.tar.gz portable-94e4224f5fd17745054ee4a7e5e5b3563e144fc2.tar.bz2 portable-94e4224f5fd17745054ee4a7e5e5b3563e144fc2.zip |
don't build empty object files
Diffstat (limited to 'crypto/CMakeLists.txt')
-rw-r--r-- | crypto/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt index aa289aa..44985bb 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt | |||
@@ -352,10 +352,6 @@ set( | |||
352 | ec/ecp_mont.c | 352 | ec/ecp_mont.c |
353 | ec/ecp_nist.c | 353 | ec/ecp_nist.c |
354 | ec/ecp_oct.c | 354 | ec/ecp_oct.c |
355 | ec/ecp_nistp224.c | ||
356 | ec/ecp_nistp256.c | ||
357 | ec/ecp_nistp521.c | ||
358 | ec/ecp_nistputil.c | ||
359 | ec/ecp_smpl.c | 355 | ec/ecp_smpl.c |
360 | ecdh/ech_err.c | 356 | ecdh/ech_err.c |
361 | ecdh/ech_key.c | 357 | ecdh/ech_key.c |