diff options
| author | Miloslav Trmač <mitr@redhat.com> | 2010-08-08 02:20:08 +0200 |
|---|---|---|
| committer | Miloslav Trmač <mitr@redhat.com> | 2010-08-08 02:20:08 +0200 |
| commit | ad039cdd4a9c15df11f0e7ed730d4c176e3f8e1a (patch) | |
| tree | 1b7090b95ba6802131ee9e50abaaf0f96ca6b6b0 /examples | |
| parent | cc25c8544e3b427dc25a825a6904e00a3170d001 (diff) | |
| parent | f28aa3e7b3a1cd96f5e6449e3793561409f1ac94 (diff) | |
| download | cryptodev-linux-ad039cdd4a9c15df11f0e7ed730d4c176e3f8e1a.tar.gz cryptodev-linux-ad039cdd4a9c15df11f0e7ed730d4c176e3f8e1a.tar.xz cryptodev-linux-ad039cdd4a9c15df11f0e7ed730d4c176e3f8e1a.zip | |
Merge branch 'bugfixes'
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/cipher.c | 1 | ||||
| -rw-r--r-- | examples/hmac.c | 1 | ||||
| -rw-r--r-- | examples/ncr.c | 1 | ||||
| -rw-r--r-- | examples/pk.c | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/examples/cipher.c b/examples/cipher.c index 1334f02..52b4996 100644 --- a/examples/cipher.c +++ b/examples/cipher.c @@ -4,6 +4,7 @@ * Placed under public domain. * */ +#include <stdint.h> #include <stdio.h> #include <string.h> #include <unistd.h> diff --git a/examples/hmac.c b/examples/hmac.c index 9757f90..c54d741 100644 --- a/examples/hmac.c +++ b/examples/hmac.c @@ -4,6 +4,7 @@ * Placed under public domain. * */ +#include <stdint.h> #include <stdio.h> #include <string.h> #include <unistd.h> diff --git a/examples/ncr.c b/examples/ncr.c index 4231ffa..9a75a99 100644 --- a/examples/ncr.c +++ b/examples/ncr.c @@ -4,6 +4,7 @@ * Placed under public domain. * */ +#include <stdint.h> #include <stdio.h> #include <string.h> #include <unistd.h> diff --git a/examples/pk.c b/examples/pk.c index 69450b1..3102a3b 100644 --- a/examples/pk.c +++ b/examples/pk.c @@ -4,6 +4,7 @@ * Placed under public domain. * */ +#include <stdint.h> #include <stdio.h> #include <string.h> #include <unistd.h> |
