commit 3002776221d696b39db3a22e95476899b10dcec7 parent afc6ec869c1e0af98bc1bf228f963cf78043c85b Author: finwo <finwo@pm.me> Date: Sat, 10 Jan 2026 23:36:33 +0100 Full path in linked include files for b-cob/crypto-algorithms Diffstat:
| M | b-con/crypto-algorithms/package.ini | | | 20 | ++++++++++---------- |
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/b-con/crypto-algorithms/package.ini b/b-con/crypto-algorithms/package.ini @@ -4,13 +4,13 @@ src=https://git.finwo.net/lib/crypto-algorithms.c/archives/heads/main.tar.gz [export] config.mk=config.mk -include/b-con/aes.h=aes.h -include/b-con/arcfour.h=arcfour.h -include/b-con/base64.h=base64.h -include/b-con/blowfish.h=blowfish.h -include/b-con/des.h=des.h -include/b-con/md2.h=md2.h -include/b-con/md5.h=md5.h -include/b-con/rot-13.h=rot-13.h -include/b-con/sha1.h=sha1.h -include/b-con/sha256.h=sha256.h +include/b-con/crypto-algorithms/aes.h=aes.h +include/b-con/crypto-algorithms/arcfour.h=arcfour.h +include/b-con/crypto-algorithms/base64.h=base64.h +include/b-con/crypto-algorithms/blowfish.h=blowfish.h +include/b-con/crypto-algorithms/des.h=des.h +include/b-con/crypto-algorithms/md2.h=md2.h +include/b-con/crypto-algorithms/md5.h=md5.h +include/b-con/crypto-algorithms/rot-13.h=rot-13.h +include/b-con/crypto-algorithms/sha1.h=sha1.h +include/b-con/crypto-algorithms/sha256.h=sha256.h