Chocobo1 / Hash

C++14 header-only easy-to-use cryptographic hash library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue when including from header file

PiootrK opened this issue · comments

I tried including "sha1.h" from header file, which then gets included in several other places. During linking multiple methods from SHA1 are detected, in every file that has the include. I understand why this happens, but it makes using the library in anything but a simple project impossible.

Thanks for reporting!
Addressed it in 6d48d2a.

Wow, that was fast. Thanks!