duplicate function names in head1
authormiod <miod@openbsd.org>
Sat, 12 Jul 2014 22:47:41 +0000 (22:47 +0000)
committermiod <miod@openbsd.org>
Sat, 12 Jul 2014 22:47:41 +0000 (22:47 +0000)
lib/libssl/src/doc/crypto/BF_set_key.pod
lib/libssl/src/doc/crypto/BIO_should_retry.pod

index db6e938..7d2d96f 100644 (file)
@@ -2,7 +2,7 @@
 
 =head1 NAME
 
-blowfish, BF_set_key, BF_encrypt, BF_decrypt, BF_ecb_encrypt, BF_cbc_encrypt,
+BF_set_key, BF_encrypt, BF_decrypt, BF_ecb_encrypt, BF_cbc_encrypt,
 BF_cfb64_encrypt, BF_ofb64_encrypt, BF_options - Blowfish encryption
 
 =head1 SYNOPSIS
index d6f5335..3b7fc39 100644 (file)
@@ -3,7 +3,7 @@
 =head1 NAME
 
 BIO_should_retry, BIO_should_read, BIO_should_write,
-BIO_should_io_special, BIO_retry_type, BIO_should_retry,
+BIO_should_io_special, BIO_retry_type,
 BIO_get_retry_BIO, BIO_get_retry_reason - BIO retry functions
 
 =head1 SYNOPSIS