mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 00:03:03 +01:00
-Remove NULL define
This commit is contained in:
parent
41d4f3c897
commit
54a55e97fd
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user