From 79b4bf4ac2811d868c7c27830fd5538e21cb33a8 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 10 Dec 2009 13:55:07 +0100 Subject: Don't install crypto.h which is an internal header file. --- include/libssh/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/include/libssh/CMakeLists.txt b/include/libssh/CMakeLists.txt index 359b6d2..54bf735 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 ) -- cgit