Remove all cookie algorithms but AES, which was used as a default, for legacy purposes.

This commit is contained in:
Witold Kręcicki
2019-03-24 09:59:19 +01:00
committed by Ondřej Surý
parent 4e33942742
commit afa81ee4e4
13 changed files with 23 additions and 231 deletions

View File

@@ -27,9 +27,7 @@ typedef struct ns_server ns_server_t;
typedef struct ns_stats ns_stats_t;
typedef enum {
ns_cookiealg_aes,
ns_cookiealg_sha1,
ns_cookiealg_sha256
ns_cookiealg_aes
} ns_cookiealg_t;
#endif /* NS_TYPES_H */