Corrected formatting and cleanup

This commit is contained in:
Jonathan White
2019-01-16 22:53:29 -05:00
parent d11bb247b3
commit a8e266129a
10 changed files with 791 additions and 795 deletions

View File

@@ -4,9 +4,9 @@ if(WITH_XC_CRYPTO_SSH)
set(crypto_ssh_SOURCES
bcrypt_pbkdf.cpp
blowfish.c
ASN1Key.cpp
BinaryStream.cpp
OpenSSHKey.cpp
ASN1Key.cpp
BinaryStream.cpp
OpenSSHKey.cpp
)
add_library(crypto_ssh STATIC ${crypto_ssh_SOURCES})