]> Zhao Yanbai Git Server - minix.git/commitdiff
sha1 manpage - fix #include
authorBen Gras <ben@minix3.org>
Fri, 16 Jul 2010 00:19:19 +0000 (00:19 +0000)
committerBen Gras <ben@minix3.org>
Fri, 16 Jul 2010 00:19:19 +0000 (00:19 +0000)
man/man3/sha1.3

index 13ae148434a0473209b364667b31b1177d79133e..62b717c1975a76e1c797878d1fabd44b94060aa6 100644 (file)
@@ -31,7 +31,7 @@
 .Nd calculate the NIST Secure Hash Algorithm
 .Sh SYNOPSIS
 .Fd #include <sys/types.h>
-.Fd #include <sha1.h>
+.Fd #include <minix/sha1.h>
 .Ft void
 .Fn SHA1Init "SHA1_CTX *context"
 .Ft void