diff options
author | Björn Esser <besser82@fedoraproject.org> | 2018-11-01 21:31:35 +0100 |
---|---|---|
committer | Björn Esser <besser82@fedoraproject.org> | 2018-11-03 12:10:47 +0100 |
commit | 00c7a9c7b8d38c86720a2a6f38ab5590181b74fc (patch) | |
tree | 49c048c312513c3227dfb46b7827d039382df4af /LICENSING | |
parent | f3177ccdfacfa79c7f4f5696b05787dd1776823a (diff) | |
download | libxcrypt-00c7a9c7b8d38c86720a2a6f38ab5590181b74fc.tar.gz libxcrypt-00c7a9c7b8d38c86720a2a6f38ab5590181b74fc.tar.bz2 libxcrypt-00c7a9c7b8d38c86720a2a6f38ab5590181b74fc.zip |
Move helper functions into 'crypt-common.c'.
Inlining these functions into exery compilation unit take time and
wastes space in the library. Additonally some compilers complain
about unused inline functions.
Diffstat (limited to 'LICENSING')
-rw-r--r-- | LICENSING | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ source tree. For specific licensing terms consult the files themselves. crypt-scrypt.c * Copyright Björn Esser; 0-clause BSD: - test-compile-strong-alias.c test-short-outbuf.c + crypt-common.c test-compile-strong-alias.c test-short-outbuf.c * Copyright Michael Bretterklieber, Björn Esser et al.; 2-clause BSD: crypt-nthash.c |