summaryrefslogtreecommitdiff
path: root/mpaux.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpaux.c')
-rw-r--r--mpaux.c12
1 files changed, 10 insertions, 2 deletions
diff --git a/mpaux.c b/mpaux.c
index fd2c18031..b79f781a0 100644
--- a/mpaux.c
+++ b/mpaux.c
@@ -14,14 +14,22 @@ precision integers.
14 14
15*/ 15*/
16 16
17#include "config.h"
17#include "includes.h" 18#include "includes.h"
18RCSID("$Id: mpaux.c,v 1.1 1999/10/27 03:42:44 damien Exp $"); 19RCSID("$Id: mpaux.c,v 1.2 1999/10/28 03:25:17 damien Exp $");
19 20
21#ifdef HAVE_OPENSSL
20#include <openssl/bn.h> 22#include <openssl/bn.h>
23#include <openssl/md5.h>
24#endif
25#ifdef HAVE_SSL
26#include <ssl/bn.h>
27#include <ssl/md5.h>
28#endif
29
21#include "getput.h" 30#include "getput.h"
22#include "xmalloc.h" 31#include "xmalloc.h"
23 32
24#include <openssl/md5.h>
25 33
26void 34void
27compute_session_id(unsigned char session_id[16], 35compute_session_id(unsigned char session_id[16],