diff options
author | Rich Salz <rsalz@openssl.org> | 2017-11-08 16:37:52 +0100 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2017-11-08 16:37:52 +0100 |
commit | 7aae0d33ac5e0569fba7f03b5bb973cc5ff79bca (patch) | |
tree | 57e83f582a04c9c21c6802e8f7a62db6a2e4666f | |
parent | Various typo (diff) | |
download | openssl-7aae0d33ac5e0569fba7f03b5bb973cc5ff79bca.tar.xz openssl-7aae0d33ac5e0569fba7f03b5bb973cc5ff79bca.zip |
Removre comment with user's name
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4702)
-rw-r--r-- | crypto/ui/ui_openssl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/ui/ui_openssl.c b/crypto/ui/ui_openssl.c index c2d9460c39..3ccd8a720e 100644 --- a/crypto/ui/ui_openssl.c +++ b/crypto/ui/ui_openssl.c @@ -53,7 +53,6 @@ # endif # endif -/* 06-Apr-92 Luke Brennan Support for VMS */ # include "ui_locl.h" # include "internal/cryptlib.h" |