Remove email addresses from source code.
[oweals/openssl.git] / crypto / ui / ui_openssl.c
index 3b74e6b7e4671f3366ac1af220569516d0338b6d..6128425800a9130a4b35cafa49acd483ae40f0cb 100644 (file)
@@ -409,8 +409,8 @@ static int open_console(UI *ui)
 #  endif
 #  ifdef EINVAL
             /*
-             * Ariel Glenn ariel@columbia.edu reports that solaris can return
-             * EINVAL instead.  This should be ok
+             * Ariel Glenn reports that solaris can return EINVAL instead.
+             * This should be ok
              */
         if (errno == EINVAL)
             is_a_tty = 0;