8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 21:23:03 +01:00

-Remove NULL define

This commit is contained in:
brodsom 2003-09-01 11:09:47 +00:00
parent 41d4f3c897
commit 54a55e97fd

View File

@ -81,10 +81,6 @@ TEXT *DLL_EXPORT ENC_crypt(TEXT *string, TEXT *salt)
* SUCH DAMAGE.
*/
#ifndef NULL
#define NULL ((char*) 0)
#endif
int des_setkey(const char *key);
int des_cipher(const char *in, char *out, long salt, int num_iter);