Kelvin Sherlock 9913c1dcb8 AIX and OS X (and maybe BSD) sh has a built-in echo which doesn’t support the -n flag (OS X sh is actually bash but it doesn’t support -n based on compile-time flags and the POSIXLY_CORRECT environment variable).
AIX /bin/echo doesn’t support -n.

AIX echo and OS X /bin/echo support \c to prevent a trailing newline but linux echo (bash builtin and /bin/echo) don’t support it unless you also use the -e flag (which is not support by AIX /bin/echo or OS X sh or /bin/echo).

The BSD echo man page suggests using printf to avoid trailing newline, which is available on linux, OS X, and AIX.
2017-05-22 17:30:30 -04:00
2017-05-11 23:04:37 +02:00
2017-05-11 23:04:37 +02:00
2017-03-22 11:21:49 +01:00
2017-05-21 15:32:16 -04:00
2017-05-11 23:04:37 +02:00
2015-08-25 23:58:08 +02:00
2017-05-11 23:04:37 +02:00
2017-05-11 23:04:37 +02:00
2017-05-11 23:04:37 +02:00
2017-04-25 21:23:24 +02:00
2017-03-15 23:13:46 +01:00
2017-05-11 23:04:37 +02:00
2017-05-11 23:04:37 +02:00
2014-10-10 00:55:18 +02:00
2017-05-11 23:04:37 +02:00
2017-05-11 23:04:37 +02:00
2017-05-11 23:04:37 +02:00
2017-02-28 17:35:57 +01:00
2017-02-28 17:35:57 +01:00
2017-05-11 23:04:37 +02:00
2010-06-16 12:39:13 +02:00
2017-05-11 23:04:37 +02:00

libtomcrypt

See doc/crypt.pdf for a detailed documentation

Project Status

develop: Build Status Coverage Status Coverity Scan Build Status

Submitting patches

Please branch off from develop if you want to submit a patch.

Patch integration will be faster if tests and documentation are included.

Please update the makefiles in a separate commit. To update them simply run the updatemakes.sh script.

Branches

Please be aware, that all branches besides master and develop can and will be force-pushed, rebased and/or removed!

If you want to rely on such an unstable branch, create your own fork of this repository to make sure nothing breaks for you.

S
Description
No description provided
Readme WTFPL 18 MiB
Languages
C 98.2%
Makefile 0.7%
Perl 0.4%
Shell 0.3%
Java 0.2%
Other 0.1%