diff options
author | sthen <> | 2019-04-02 12:30:20 +0000 |
---|---|---|
committer | sthen <> | 2019-04-02 12:30:20 +0000 |
commit | cd6dd381f1ef67941eda5e6ff9f13348a913adfb (patch) | |
tree | a62247b247cdc9ad8df09f8e1122877179147e89 | |
parent | de2ddd84025c942800dd01f54d5e858a7f2e0f5e (diff) | |
download | openbsd-cd6dd381f1ef67941eda5e6ff9f13348a913adfb.tar.gz openbsd-cd6dd381f1ef67941eda5e6ff9f13348a913adfb.tar.bz2 openbsd-cd6dd381f1ef67941eda5e6ff9f13348a913adfb.zip |
fix broken comment
-rw-r--r-- | src/lib/libcrypto/format-pem.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/format-pem.pl b/src/lib/libcrypto/format-pem.pl index eb2d2a4a3d..da4287b123 100644 --- a/src/lib/libcrypto/format-pem.pl +++ b/src/lib/libcrypto/format-pem.pl | |||
@@ -1,5 +1,5 @@ | |||
1 | #!/usr/bin/perl | 1 | #!/usr/bin/perl |
2 | 4 $OpenBSD: format-pem.pl,v 1.4 2019/03/13 11:49:42 sthen Exp $ | 2 | # $OpenBSD: format-pem.pl,v 1.5 2019/04/02 12:30:20 sthen Exp $ |
3 | # | 3 | # |
4 | # Copyright (c) 2016 Stuart Henderson <sthen@openbsd.org> | 4 | # Copyright (c) 2016 Stuart Henderson <sthen@openbsd.org> |
5 | # | 5 | # |