X-Git-Url: https://jxself.org/git/?p=skeinsum.git;a=blobdiff_plain;f=skein_cli.c;h=bb8235483aa91b11309102a1b26055d34436ed3e;hp=34c2a6ac77b38bdcfd634dafcd1173cb76e9bb7a;hb=c8a25186e510d8f15e54a5b4763e30e0ee9981f4;hpb=aff2ef43197ec56ae8cef81325229925454e09c7 diff --git a/skein_cli.c b/skein_cli.c index 34c2a6a..bb82354 100644 --- a/skein_cli.c +++ b/skein_cli.c @@ -29,7 +29,7 @@ along with skeinsum. If not, see . #include #include #include -#include "SHA3api_ref.h" +#include "skeinapi_ref.h" #define WARN(msg, ...) fprintf(stderr, "skein%dsum: " msg, hashbitlen, ##__VA_ARGS__)