Skip to content

Commit

Permalink
0.2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
philippe44 committed Jun 23, 2018
1 parent 7ecb99f commit 8bc0b5f
Show file tree
Hide file tree
Showing 19 changed files with 1 addition and 1 deletion.
Binary file modified bin/aircast-aarch64
Binary file not shown.
Binary file modified bin/aircast-arm
Binary file not shown.
Binary file modified bin/aircast-arm5
Binary file not shown.
Binary file modified bin/aircast-bsd-x64
Binary file not shown.
Binary file modified bin/aircast-i86pc-solaris
Binary file not shown.
Binary file modified bin/aircast-osx-multi
Binary file not shown.
Binary file modified bin/aircast-win.exe
Binary file not shown.
Binary file modified bin/aircast-x86
Binary file not shown.
Binary file modified bin/aircast-x86-64
Binary file not shown.
Binary file modified bin/airupnp-aarch64
Binary file not shown.
Binary file modified bin/airupnp-arm
Binary file not shown.
Binary file modified bin/airupnp-arm5
Binary file not shown.
Binary file modified bin/airupnp-bsd-x64
Binary file not shown.
Binary file modified bin/airupnp-i86pc-solaris
Binary file not shown.
Binary file modified bin/airupnp-osx-multi
Binary file not shown.
Binary file modified bin/airupnp-win.exe
Binary file not shown.
Binary file modified bin/airupnp-x86
Binary file not shown.
Binary file modified bin/airupnp-x86-64
Binary file not shown.
2 changes: 1 addition & 1 deletion common/hairtunes.c
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ hairtunes_resp_t hairtunes_init(struct in_addr host, codec_t codec, bool sync, b
ctx->rtp_sockets[CONTROL].rport = pCtrlPort;
ctx->rtp_sockets[TIMING].rport = pTimingPort;

if (aesiv && aeskey) {
if (aesiv && aeskey && *aesiv && *aeskey) {
memcpy(ctx->aesiv, aesiv, 16);
AES_set_decrypt_key((unsigned char*) aeskey, 128, &ctx->aes);
}
Expand Down

0 comments on commit 8bc0b5f

Please sign in to comment.