summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/doc/crypto
diff options
context:
space:
mode:
authorjca <jca@openbsd.org>2014-06-28 20:24:55 +0000
committerjca <jca@openbsd.org>2014-06-28 20:24:55 +0000
commit90c1fc5c8a3877cb6d63b84922a6f77dab2fb332 (patch)
treecb7da0b017dfda2617fd298edabeac4677eb2abf /lib/libssl/src/doc/crypto
parentFix a memory leak and another one that occurs in the error paths. (diff)
downloadwireguard-openbsd-90c1fc5c8a3877cb6d63b84922a6f77dab2fb332.tar.xz
wireguard-openbsd-90c1fc5c8a3877cb6d63b84922a6f77dab2fb332.zip
Add a missing word.
Diffstat (limited to 'lib/libssl/src/doc/crypto')
-rw-r--r--lib/libssl/src/doc/crypto/RAND_add.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libssl/src/doc/crypto/RAND_add.pod b/lib/libssl/src/doc/crypto/RAND_add.pod
index d55dc125d39..67c75dee974 100644
--- a/lib/libssl/src/doc/crypto/RAND_add.pod
+++ b/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
to be controlled by external sources.
They are kept for ABI compatibility but are no longer functional, and
-should not used in new programs.
+should not be used in new programs.
=head1 SEE ALSO