diff options
| author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2010-07-25 21:38:28 +0200 |
|---|---|---|
| committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2010-07-25 21:38:28 +0200 |
| commit | c2dda95767e03af277f4d7dab1334aa10e3ee10f (patch) | |
| tree | aafa24625ea2cd3513ce9428c0a7a824374b7051 /libtomcrypt/hashes/hash_get_oid.c | |
| parent | 707f55b34377fd9f33ccbdd0b5ab61cb484396f0 (diff) | |
| download | cryptodev-linux-c2dda95767e03af277f4d7dab1334aa10e3ee10f.tar.gz cryptodev-linux-c2dda95767e03af277f4d7dab1334aa10e3ee10f.tar.xz cryptodev-linux-c2dda95767e03af277f4d7dab1334aa10e3ee10f.zip | |
ncr_int.h -> ncr-int.h
Diffstat (limited to 'libtomcrypt/hashes/hash_get_oid.c')
| -rw-r--r-- | libtomcrypt/hashes/hash_get_oid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtomcrypt/hashes/hash_get_oid.c b/libtomcrypt/hashes/hash_get_oid.c index c6469ba..39f4372 100644 --- a/libtomcrypt/hashes/hash_get_oid.c +++ b/libtomcrypt/hashes/hash_get_oid.c @@ -8,7 +8,7 @@ * */ #include "tomcrypt.h" -#include <ncr_int.h> +#include <ncr-int.h> /* Returns the OID of the hash. |
