diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2019-04-02 12:30:21 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2019-04-02 12:30:21 +0000 |
commit | 319409f43ea4646f7a42bb0903edcd1e0fbfa8b8 (patch) | |
tree | b3dfa0d1af2a67278ba7a95af6bb71da6b43b7ec /lib/libcrypto/format-pem.pl | |
parent | 78db32dc34097f1a0cad53a47ee742f86900d477 (diff) |
fix broken comment
Diffstat (limited to 'lib/libcrypto/format-pem.pl')
-rw-r--r-- | lib/libcrypto/format-pem.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypto/format-pem.pl b/lib/libcrypto/format-pem.pl index eb2d2a4a3d8..da4287b1236 100644 --- a/lib/libcrypto/format-pem.pl +++ b/lib/libcrypto/format-pem.pl @@ -1,5 +1,5 @@ #!/usr/bin/perl -4 $OpenBSD: format-pem.pl,v 1.4 2019/03/13 11:49:42 sthen Exp $ +# $OpenBSD: format-pem.pl,v 1.5 2019/04/02 12:30:20 sthen Exp $ # # Copyright (c) 2016 Stuart Henderson <sthen@openbsd.org> # |