1--- 2name: Feature request 3labels: 'issue: feature request' 4about: Propose a feature you would like to see added in the software 5 6--- 7 8<!-- 9Thank you for your feature request. If this is your first one, 10please take the time to read the following lines before posting it. 11 12NOTE: 13 14 If you're asking about how to use OpenSSL, this isn't the right 15 forum. Please see our User Support resources: 16 https://github.com/openssl/openssl/blob/master/SUPPORT.md 17 18Please remember to put ``` lines before and after any commands plus 19output and code, like this: 20 21 ``` 22 $ echo output output output 23 output output output 24 ``` 25 26 ``` 27 #include <stdio.h> 28 29 int main() { 30 int foo = 1; 31 printf("%d\n", foo); 32 } 33 ``` 34--> 35