There is no reason not to distribute our ctype-like macros and strl*()

functions.
This commit is contained in:
Dag-Erling Smørgrav 2015-01-21 23:34:52 +00:00 committed by des
parent 342ac3fd78
commit f26cbe997d

View file

@ -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