mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-12-22 20:41:08 +00:00
There is no reason not to distribute our ctype-like macros and strl*()
functions.
This commit is contained in:
parent
342ac3fd78
commit
f26cbe997d
1 changed files with 5 additions and 5 deletions
|
@ -5,6 +5,7 @@ cryb_HEADERS = \
|
||||||
attributes.h \
|
attributes.h \
|
||||||
bitwise.h \
|
bitwise.h \
|
||||||
cpe.h \
|
cpe.h \
|
||||||
|
ctype.h \
|
||||||
digest.h \
|
digest.h \
|
||||||
endian.h \
|
endian.h \
|
||||||
hash.h \
|
hash.h \
|
||||||
|
@ -33,6 +34,9 @@ cryb_HEADERS = \
|
||||||
sha384.h \
|
sha384.h \
|
||||||
sha512.h \
|
sha512.h \
|
||||||
string.h \
|
string.h \
|
||||||
|
strlcat.h \
|
||||||
|
strlcmp.h \
|
||||||
|
strlcpy.h \
|
||||||
to.h \
|
to.h \
|
||||||
totp.h \
|
totp.h \
|
||||||
version.h \
|
version.h \
|
||||||
|
@ -40,9 +44,5 @@ cryb_HEADERS = \
|
||||||
|
|
||||||
noinst_HEADERS = \
|
noinst_HEADERS = \
|
||||||
coverage.h \
|
coverage.h \
|
||||||
ctype.h \
|
|
||||||
impl.h \
|
impl.h \
|
||||||
nocoverage.h \
|
nocoverage.h
|
||||||
strlcat.h \
|
|
||||||
strlcmp.h \
|
|
||||||
strlcpy.h
|
|
||||||
|
|
Loading…
Reference in a new issue