mirror of
https://github.com/openssl/openssl.git
synced 2024-12-03 05:41:46 +08:00
5aaba37618
test/confdump.c reads an OpenSSL config file and prints out the processed result. This can be used to check that a config file is processed correctly. We add a test recipe and the necessary data to test the dollarid pragma. Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/8882)
6 lines
57 B
Plaintext
6 lines
57 B
Plaintext
.pragma dollarid:off
|
|
|
|
bar = 0
|
|
foo = $bar
|
|
cookie = ${foo}
|