X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=lib%2Fsilccrypt%2Fsilccipher.h;h=47cfd3e03f12375b3bb379c5845f5465d59258a5;hp=7f951ee8dcc1cccdf732d4d8c2c6fb6092ed468a;hb=8ceff2f9e9d065106b1e0490b2a82d76394647c7;hpb=8b61efa3a047be81703be86ce4ca97b664262fbd diff --git a/lib/silccrypt/silccipher.h b/lib/silccrypt/silccipher.h index 7f951ee8..47cfd3e0 100644 --- a/lib/silccrypt/silccipher.h +++ b/lib/silccrypt/silccipher.h @@ -74,7 +74,7 @@ typedef struct SilcCipherStruct { #define SILC_ALL_CIPHERS ((SilcCipherObject *)1) /* Static list of ciphers for silc_cipher_register_default(). */ -extern SilcCipherObject silc_default_ciphers[]; +extern DLLAPI SilcCipherObject silc_default_ciphers[]; /* Default cipher in the SILC protocol */ #define SILC_DEFAULT_CIPHER "aes-256-cbc"