Remove email addresses from source code.
[openssl.git] / apps / enc.c
index 4b861640bf5c9eb0130cb4f2ae316622b45297f5..5117a4980e2da5fab23dbede335c6a8509127e1d 100644 (file)
@@ -450,7 +450,7 @@ int enc_main(int argc, char **argv)
             }
             /*
              * zero the complete buffer or the string passed from the command
-             * line bug picked up by Larry J. Hughes Jr. <hughes@indiana.edu>
+             * line.
              */
             if (str == strbuf)
                 OPENSSL_cleanse(str, SIZE);