Removre comment with user's name
[openssl.git] / crypto / ui / ui_openssl.c
index 6128425800a9130a4b35cafa49acd483ae40f0cb..3ccd8a720e64c13d716b0f5ba401a537a655d6d3 100644 (file)
@@ -53,7 +53,6 @@
 #  endif
 # endif
 
-/* 06-Apr-92 Luke Brennan    Support for VMS */
 # include "ui_locl.h"
 # include "internal/cryptlib.h"
 
@@ -687,7 +686,7 @@ static int noecho_fgets(char *buf, int size, FILE *tty)
         FlushConsoleInputBuffer(inh);
     }
 #  endif
-    return (strlen(buf));
+    return strlen(buf);
 }
 # endif