blob: c7231fe9d930300ba08ac0636715514065d90cbb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
*** pop_apop.c.bak Sat Mar 29 07:30:36 1997
--- pop_apop.c Wed Apr 23 07:31:21 1997
***************
*** 34,40 ****
#endif
#include "popper.h"
! #include "md5.h"
/*
* Obscure password so a cleartext search doesn't come up with
--- 34,40 ----
#endif
#include "popper.h"
! #include <md5.h>
/*
* Obscure password so a cleartext search doesn't come up with
|