13 lines
321 B
Plaintext
13 lines
321 B
Plaintext
|
$OpenBSD: patch-src_encrypt_c,v 1.1.1.1 2003/05/02 04:01:25 margarida Exp $
|
||
|
--- src/encrypt.c.orig Wed Apr 30 20:40:06 2003
|
||
|
+++ src/encrypt.c Wed Apr 30 20:40:16 2003
|
||
|
@@ -24,7 +24,7 @@
|
||
|
#endif
|
||
|
#include <stdio.h>
|
||
|
#include <stdarg.h>
|
||
|
-#include <malloc.h>
|
||
|
+#include <stdlib.h>
|
||
|
#include <assert.h>
|
||
|
|
||
|
#include "opencdk.h"
|