summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsthen <>2019-04-02 12:30:20 +0000
committersthen <>2019-04-02 12:30:20 +0000
commitcd6dd381f1ef67941eda5e6ff9f13348a913adfb (patch)
treea62247b247cdc9ad8df09f8e1122877179147e89
parentde2ddd84025c942800dd01f54d5e858a7f2e0f5e (diff)
downloadopenbsd-cd6dd381f1ef67941eda5e6ff9f13348a913adfb.tar.gz
openbsd-cd6dd381f1ef67941eda5e6ff9f13348a913adfb.tar.bz2
openbsd-cd6dd381f1ef67941eda5e6ff9f13348a913adfb.zip
fix broken comment
-rw-r--r--src/lib/libcrypto/format-pem.pl2
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
24 $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#