summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/util
diff options
context:
space:
mode:
authordjm <>2012-01-05 23:01:39 +0000
committerdjm <>2012-01-05 23:01:39 +0000
commit1323613b1aa20bc25bc1ca71f1926d7e11788b87 (patch)
tree866512933d8f0c1ea5465d0169915b36c1ca3cae /src/lib/libcrypto/util
parent01b1f5ed381fe1d6d9a28e1b11285d194d167080 (diff)
downloadopenbsd-1323613b1aa20bc25bc1ca71f1926d7e11788b87.tar.gz
openbsd-1323613b1aa20bc25bc1ca71f1926d7e11788b87.tar.bz2
openbsd-1323613b1aa20bc25bc1ca71f1926d7e11788b87.zip
OpenSSL 1.0.0f: merge
Diffstat (limited to 'src/lib/libcrypto/util')
-rw-r--r--src/lib/libcrypto/util/mkerr.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/util/mkerr.pl b/src/lib/libcrypto/util/mkerr.pl
index 2c99467d34..aec401c773 100644
--- a/src/lib/libcrypto/util/mkerr.pl
+++ b/src/lib/libcrypto/util/mkerr.pl
@@ -769,7 +769,7 @@ EOF
769 undef %err_reason_strings; 769 undef %err_reason_strings;
770} 770}
771 771
772if($debug && defined(%notrans)) { 772if($debug && %notrans) {
773 print STDERR "The following function codes were not translated:\n"; 773 print STDERR "The following function codes were not translated:\n";
774 foreach(sort keys %notrans) 774 foreach(sort keys %notrans)
775 { 775 {