Use constants rather than macros for the cipher bytes in the apps
[openssl.git] / apps / apps.h
index 66ece0b43cba8f88b0a87ddd4f1ec543eb74e6be..4ec0693b303a411bedb0d6d67b1e22073e209367 100644 (file)
@@ -55,6 +55,8 @@ extern char *default_config_file;
 extern BIO *bio_in;
 extern BIO *bio_out;
 extern BIO *bio_err;
+extern const unsigned char tls13_aes128gcmsha256_id[];
+extern const unsigned char tls13_aes256gcmsha384_id[];
 BIO *dup_bio_in(int format);
 BIO *dup_bio_out(int format);
 BIO *dup_bio_err(int format);