diff options
-rw-r--r-- | share/man/man4/crypto.4 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man4/crypto.4 b/share/man/man4/crypto.4 index 8abaef601da..fea33500803 100644 --- a/share/man/man4/crypto.4 +++ b/share/man/man4/crypto.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: crypto.4,v 1.13 2008/05/07 02:54:40 deraadt Exp $ +.\" $OpenBSD: crypto.4,v 1.14 2008/06/09 16:16:35 djm Exp $ .\" .\" Copyright (c) 2001 Theo de Raadt .\" All rights reserved. @@ -24,7 +24,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 7 2008 $ +.Dd $Mdocdate: June 9 2008 $ .Dt CRYPTO 4 .Os .Sh NAME @@ -80,6 +80,8 @@ asymmetric cryptographic features are potentially available from .It CRYPTO_MD5_KPDK .It CRYPTO_SHA1_KPDK .It CRYPTO_AES_CBC +.It CRYPTO_AES_CTR +.It CRYPTO_AES_XTS .It CRYPTO_ARC4 .It CRYPTO_MD5 .It CRYPTO_SHA1 |