1 #ifndef CLIB_AMISSLMASTER_PROTOS_H
2 #define CLIB_AMISSLMASTER_PROTOS_H
4 LONG
InitAmiSSLMaster(LONG APIVersion
,LONG UsesOpenSSLStructs
);
5 struct Library
*OpenAmiSSL(void);
6 void CloseAmiSSL(void);
7 struct Library
*OpenAmiSSLCipher(LONG Cipher
);
8 void CloseAmiSSLCipher(struct Library
*CipherBase
);
10 #endif /* CLIB_AMISSLMASTER_PROTOS_H */