diff options
author | guenther <> | 2020-10-11 01:13:04 +0000 |
---|---|---|
committer | guenther <> | 2020-10-11 01:13:04 +0000 |
commit | 777484b19e29edc6126b0347b81a5d02728eeda2 (patch) | |
tree | a1700996b0869b46d3eedf854b33f08067fc7923 /src/lib/libssl/s3_lib.c | |
parent | 7b1ccdaed9a452cebd4c04ea28232c7ddc20a11d (diff) | |
download | openbsd-777484b19e29edc6126b0347b81a5d02728eeda2.tar.gz openbsd-777484b19e29edc6126b0347b81a5d02728eeda2.tar.bz2 openbsd-777484b19e29edc6126b0347b81a5d02728eeda2.zip |
Constipate ssl3_ciphers and tls1[23]_sigalgs*, pushing them into
.data.rel.ro and .rodata respectively.
ok tb@ jsing@
Diffstat (limited to 'src/lib/libssl/s3_lib.c')
-rw-r--r-- | src/lib/libssl/s3_lib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/s3_lib.c b/src/lib/libssl/s3_lib.c index 91bfb5f3b6..01afc72ebd 100644 --- a/src/lib/libssl/s3_lib.c +++ b/src/lib/libssl/s3_lib.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: s3_lib.c,v 1.198 2020/09/17 15:42:14 jsing Exp $ */ | 1 | /* $OpenBSD: s3_lib.c,v 1.199 2020/10/11 01:13:04 guenther Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -170,7 +170,7 @@ | |||
170 | #define FIXED_NONCE_LEN(x) (((x / 2) & 0xf) << 24) | 170 | #define FIXED_NONCE_LEN(x) (((x / 2) & 0xf) << 24) |
171 | 171 | ||
172 | /* list of available SSLv3 ciphers (sorted by id) */ | 172 | /* list of available SSLv3 ciphers (sorted by id) */ |
173 | SSL_CIPHER ssl3_ciphers[] = { | 173 | const SSL_CIPHER ssl3_ciphers[] = { |
174 | 174 | ||
175 | /* The RSA ciphers */ | 175 | /* The RSA ciphers */ |
176 | /* Cipher 01 */ | 176 | /* Cipher 01 */ |