diff options
author | 1999-10-08 10:55:27 +0000 | |
---|---|---|
committer | 1999-10-08 10:55:27 +0000 | |
commit | 68fc421bafeee66d3e931ee4e835d5f9a9fe11b9 (patch) | |
tree | 5b616024584645ba2e7bde80bf102ce08e8d09bb /lib/libc/md | |
parent | Activate it on the amiga. (diff) | |
download | wireguard-openbsd-68fc421bafeee66d3e931ee4e835d5f9a9fe11b9.tar.xz wireguard-openbsd-68fc421bafeee66d3e931ee4e835d5f9a9fe11b9.zip |
SYNOPSIS needs #include <sys/types.h>
Diffstat (limited to 'lib/libc/md')
-rw-r--r-- | lib/libc/md/mdX.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/md/mdX.3 b/lib/libc/md/mdX.3 index 87eff72e022..a240cbe2566 100644 --- a/lib/libc/md/mdX.3 +++ b/lib/libc/md/mdX.3 @@ -6,7 +6,7 @@ .\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp .\" ---------------------------------------------------------------------------- .\" -.\" $OpenBSD: mdX.3,v 1.13 1999/10/06 14:55:29 espie Exp $ +.\" $OpenBSD: mdX.3,v 1.14 1999/10/08 10:55:27 espie Exp $ .\" .Dd October 9, 1996 .Dt MDX 3 @@ -20,6 +20,7 @@ .Nm MDXData .Nd calculate the RSA Data Security, Inc., ``MDX'' message digest .Sh SYNOPSIS +.Fd #include <sys/types.h> .Fd #include <mdX.h> .Ft void .Fn MDXInit "MDX_CTX *context" |