there is absolutely *NO* reason for a separate pop library.
[apps/madmutt.git] / lib-lib / md5.c
similarity index 99%
rename from pop/md5.c
rename to lib-lib/md5.c
index 0ed0205..2e17790 100644 (file)
--- a/pop/md5.c
@@ -23,14 +23,9 @@ These notices must be retained in any copies of any part of this
 documentation and/or software.
  */
 
-#if HAVE_CONFIG_H
-# include "config.h"
-#endif
+#include "lib-lib.h"
 
-#include "md5.h"
-
-/* Constants for MD5Transform routine.
- */
+/* Constants for MD5Transform routine. */
 
 #define S11 7
 #define S12 12