aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2009-12-10 13:55:07 +0100
committerAndreas Schneider <mail@cynapses.org>2009-12-10 13:55:42 +0100
commit79b4bf4ac2811d868c7c27830fd5538e21cb33a8 (patch)
treebe6155e7d21fe884d0eeffcd1c90e137bd4a9382
parentab6b5104089242dcdb5fa2bd4fac1766be6dfd36 (diff)
downloadlibssh-79b4bf4ac2811d868c7c27830fd5538e21cb33a8.tar.gz
libssh-79b4bf4ac2811d868c7c27830fd5538e21cb33a8.tar.xz
libssh-79b4bf4ac2811d868c7c27830fd5538e21cb33a8.zip
Don't install crypto.h which is an internal header file.
-rw-r--r--include/libssh/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/libssh/CMakeLists.txt b/include/libssh/CMakeLists.txt
index 359b6d2f..54bf7357 100644
--- a/include/libssh/CMakeLists.txt
+++ b/include/libssh/CMakeLists.txt
@@ -3,7 +3,6 @@ project(libssh-headers C)
set(libssh_HDRS
callbacks.h
libssh.h
- crypto.h
ssh2.h
)