mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 23:40:26 +00:00
moved some common transmission opts to struct
This commit is contained in:
@@ -234,7 +234,7 @@ struct tx *tx_init(struct module *parent, unsigned mtu, enum tx_media_type media
|
||||
return NULL;
|
||||
}
|
||||
}
|
||||
if (encryption) {
|
||||
if (strlen(encryption) > 0) {
|
||||
tx->enc_funcs = static_cast<const struct openssl_encrypt_info *>(load_library("openssl_encrypt",
|
||||
LIBRARY_CLASS_UNDEFINED, OPENSSL_ENCRYPT_ABI_VERSION));
|
||||
if (!tx->enc_funcs) {
|
||||
|
||||
Reference in New Issue
Block a user