pki: Add pki_crypto.c.

This commit is contained in:
Andreas Schneider
2011-08-07 13:08:49 +02:00
parent 37b80e9261
commit 6ccb3f7a82
2 changed files with 79 additions and 5 deletions

View File

@@ -114,11 +114,16 @@ set(libssh_SRCS
)
if (WITH_GCRYPT)
set(libssh_SRCS
${libssh_SRCS}
libgcrypt.c
gcrypt_missing.c
)
set(libssh_SRCS
${libssh_SRCS}
libgcrypt.c
gcrypt_missing.c
)
else (WITH_GCRYPT)
set(libssh_SRCS
${libssh_SRCS}
pki_crypto.c
)
endif (WITH_GCRYPT)
if (WITH_SFTP)