*** empty log message ***
[gnus] / lisp / pop3.el
index f7c9867..66ec474 100644 (file)
@@ -253,6 +253,9 @@ Return the response string if optional second argument is non-nil."
                (pop3-quit process)))))
     ))
 
+(eval-and-compile
+  (if (not (fboundp 'md5)) (autoload 'md5 "md5")))
+
 (defun pop3-apop (process user)
   "Send alternate authentication information to the server."
   (if (not (fboundp 'md5)) (autoload 'md5 "md5"))