Skip to content

Commit

Permalink
AEAD in install script.
Browse files Browse the repository at this point in the history
  • Loading branch information
ssrlive committed Dec 17, 2021
1 parent a2414ac commit 57e5516
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions install/ssrn-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ camellia-256-cfb
salsa20
chacha20
chacha20-ietf
aes-128-gcm
aes-192-gcm
aes-256-gcm
chacha20-ietf-poly1305
xchacha20-ietf-poly1305
)

# Reference URL:
Expand Down
1 change: 1 addition & 0 deletions src/ssr_executive.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <assert.h>

// for ntohs
#if defined(WIN32) || defined(_WIN32)
Expand Down

0 comments on commit 57e5516

Please sign in to comment.