diff options
author | hmp <hmp@FreeBSD.org> | 2003-10-22 10:00:09 +0000 |
---|---|---|
committer | hmp <hmp@FreeBSD.org> | 2003-10-22 10:00:09 +0000 |
commit | 698ac71d64ee88fdadf4dd7a57b70b2971d06271 (patch) | |
tree | 36cdf4b2990e3d4791576fed75725b086f8ac8f7 | |
parent | dd3527a2d48eb6c2cc0f9eb7d4f39de591cc4a96 (diff) | |
download | FreeBSD-src-698ac71d64ee88fdadf4dd7a57b70b2971d06271.zip FreeBSD-src-698ac71d64ee88fdadf4dd7a57b70b2971d06271.tar.gz |
Fix the include path of rijndael.h.
PR: docs/58437
Submitted by: Joachim Strombergson
-rw-r--r-- | share/man/man9/rijndael.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/rijndael.9 b/share/man/man9/rijndael.9 index 6ff5338..5ee4239 100644 --- a/share/man/man9/rijndael.9 +++ b/share/man/man9/rijndael.9 @@ -39,7 +39,7 @@ .Nd AES encryption .Sh SYNOPSIS .In sys/types.h -.In crypto/rijndael/rijndael.h +.In crypto/rijndael.h .Ft int .Fo rijndael_makeKey .Fa "keyInstance *key" |