mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-12-22 12:31:07 +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 \
|
||||
bitwise.h \
|
||||
cpe.h \
|
||||
ctype.h \
|
||||
digest.h \
|
||||
endian.h \
|
||||
hash.h \
|
||||
|
@ -33,6 +34,9 @@ cryb_HEADERS = \
|
|||
sha384.h \
|
||||
sha512.h \
|
||||
string.h \
|
||||
strlcat.h \
|
||||
strlcmp.h \
|
||||
strlcpy.h \
|
||||
to.h \
|
||||
totp.h \
|
||||
version.h \
|
||||
|
@ -40,9 +44,5 @@ cryb_HEADERS = \
|
|||
|
||||
noinst_HEADERS = \
|
||||
coverage.h \
|
||||
ctype.h \
|
||||
impl.h \
|
||||
nocoverage.h \
|
||||
strlcat.h \
|
||||
strlcmp.h \
|
||||
strlcpy.h
|
||||
nocoverage.h
|
||||
|
|
Loading…
Reference in a new issue