mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-26 07:35:45 +00:00
e40f2f7d4b
- Ensure that the output is always NUL-terminated. - Always include the terminating NUL in the returned length. - Allow out == NULL, allowing the caller to check how much space is required before allocating. - Add man page.
11 lines
186 B
Makefile
11 lines
186 B
Makefile
AM_CPPFLAGS = -I$(top_srcdir)/include
|
|
|
|
lib_LTLIBRARIES = libcryb-enc.la
|
|
|
|
libcryb_enc_la_SOURCES = \
|
|
cryb_base32.c \
|
|
cryb_base64.c \
|
|
cryb_percent.c
|
|
|
|
dist_man3_MANS = \
|
|
cryb_percent.3
|