diff options
author | Brent Cook <bcook@openbsd.org> | 2015-09-11 18:52:22 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-09-11 18:52:22 -0500 |
commit | c5eef7f11cee9d9528e5b39e32395eddb7f4eb3b (patch) | |
tree | f48ffc0dac52e835aaba76525cae24d62a395129 /apps | |
parent | b89b47031604179145db3670261ea848f8112321 (diff) | |
download | portable-c5eef7f11cee9d9528e5b39e32395eddb7f4eb3b.tar.gz portable-c5eef7f11cee9d9528e5b39e32395eddb7f4eb3b.tar.bz2 portable-c5eef7f11cee9d9528e5b39e32395eddb7f4eb3b.zip |
remove engine.c from CMake
Diffstat (limited to 'apps')
-rw-r--r-- | apps/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/CMakeLists.txt b/apps/CMakeLists.txt index 452aabd..ee1880d 100644 --- a/apps/CMakeLists.txt +++ b/apps/CMakeLists.txt | |||
@@ -21,7 +21,6 @@ set( | |||
21 | ec.c | 21 | ec.c |
22 | ecparam.c | 22 | ecparam.c |
23 | enc.c | 23 | enc.c |
24 | engine.c | ||
25 | errstr.c | 24 | errstr.c |
26 | gendh.c | 25 | gendh.c |
27 | gendsa.c | 26 | gendsa.c |