summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjca <>2014-06-28 20:24:55 +0000
committerjca <>2014-06-28 20:24:55 +0000
commita043daacc3e5405961a1cb3d2f45ae3a12576eaa (patch)
treec0fbdc34f29d9d24d84e0fdeba594435ac726664
parentf18925b701a050f5ccf4d42a9bfda83bdbc6335c (diff)
downloadopenbsd-a043daacc3e5405961a1cb3d2f45ae3a12576eaa.tar.gz
openbsd-a043daacc3e5405961a1cb3d2f45ae3a12576eaa.tar.bz2
openbsd-a043daacc3e5405961a1cb3d2f45ae3a12576eaa.zip
Add a missing word.
-rw-r--r--src/lib/libcrypto/doc/RAND_add.pod2
-rw-r--r--src/lib/libssl/src/doc/crypto/RAND_add.pod2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/doc/RAND_add.pod b/src/lib/libcrypto/doc/RAND_add.pod
index d55dc125d3..67c75dee97 100644
--- a/src/lib/libcrypto/doc/RAND_add.pod
+++ b/src/lib/libcrypto/doc/RAND_add.pod
@@ -20,7 +20,7 @@ These functions used to allow for the state of the random number generator
20to be controlled by external sources. 20to be controlled by external sources.
21 21
22They are kept for ABI compatibility but are no longer functional, and 22They are kept for ABI compatibility but are no longer functional, and
23should not used in new programs. 23should not be used in new programs.
24 24
25=head1 SEE ALSO 25=head1 SEE ALSO
26 26
diff --git a/src/lib/libssl/src/doc/crypto/RAND_add.pod b/src/lib/libssl/src/doc/crypto/RAND_add.pod
index d55dc125d3..67c75dee97 100644
--- a/src/lib/libssl/src/doc/crypto/RAND_add.pod
+++ b/src/lib/libssl/src/doc/crypto/RAND_add.pod
@@ -20,7 +20,7 @@ These functions used to allow for the state of the random number generator
20to be controlled by external sources. 20to be controlled by external sources.
21 21
22They are kept for ABI compatibility but are no longer functional, and 22They are kept for ABI compatibility but are no longer functional, and
23should not used in new programs. 23should not be used in new programs.
24 24
25=head1 SEE ALSO 25=head1 SEE ALSO
26 26