mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 09:54:25 +09:00
pki: Add pki_crypto.c.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user