fixed ssl.c bug when ssl backend returns IO_BLOCKED but IO engine doesn't get informe...
[ircu2.10.12-pk.git] / include / ircd_crypt_native.h
1 /** @file
2  * @brief Native crypt() function declarations.
3  * @version $Id: ircd_crypt_native.h 1231 2004-10-05 04:21:37Z entrope $
4  */
5 #ifndef INCLUDED_ircd_crypt_native_h
6 #define INCLUDED_ircd_crypt_native_h
7
8 extern const char* ircd_crypt_native(const char* key, const char* salt);
9 extern void ircd_register_crypt_native(void);
10
11 #endif /* INCLUDED_ircd_crypt_native_h */
12