Replace pointers to cipher_t/digest_t in connection_t with structs.
authorKirill Isakov <is-kir@ya.ru>
Sun, 15 Aug 2021 18:57:05 +0000 (00:57 +0600)
committerKirill Isakov <is-kir@ya.ru>
Sun, 15 Aug 2021 18:57:05 +0000 (00:57 +0600)
commitbcac314fe2d758e85335d499dbb4300bfa8a599e
treeb22ebcb185e1bf0f8f31f0c4cb57e83272e6fe19
parent0c443c53163e97ebe9897984a4a2a5c5c620b4cc
Replace pointers to cipher_t/digest_t in connection_t with structs.

Part of #294.
18 files changed:
src/Makefile.am
src/cipher.c [new file with mode: 0644]
src/cipher.h
src/connection.c
src/connection.h
src/digest.c [new file with mode: 0644]
src/digest.h
src/gcrypt/cipher.c
src/gcrypt/digest.c
src/meta.c
src/net_setup.c
src/node.c
src/openssl/cipher.c
src/openssl/cipher.h [new file with mode: 0644]
src/openssl/digest.c
src/openssl/prf.c
src/protocol_auth.c
src/protocol_key.c