1---
2name: Question
3labels: 'issue: question'
4about: Ask a question about OpenSSL
5---
6
7<!--
8Thank you for your interest in OpenSSL. If this is your first question,
9please take the time to read the following lines before posting it.
10
11For general questions about *using* OpenSSL:
12
13    If you have questions about how to use OpenSSL for specific tasks
14    or how to solve certain problems you have when using it, you might
15    want to ask them on the openssl-users@openssl.org mailing list.
16    There you can get help from a great community of OpenSSL users,
17    not only (but including) the OpenSSL developers. For more information
18    about our mailing lists, see
19    https://www.openssl.org/community/mailinglists.html.
20
21For questions related to build issues:
22
23    Please use the 'Bug report' template.
24
25For other questions:
26
27    Please describe your problem as concisely as possible while giving
28    us enough information to understand your problem. Example code
29    or example commands are highly appreciated if they help us to
30    better understand what you are trying to achieve.
31
32    Also, please remember to tell us which OpenSSL version you are
33    using and whether it is system provided or you built it yourself.
34    In the latter case, please also send us your build configuration.
35    With OpenSSL before 1.1.1, the configuration output comes from the
36    configuration command.  With OpenSSL 1.1.1 and on, you can obtain
37    the information by running the command `perl configdata.pm --dump`
38    in the root directory of the source tree.
39
40Please remember to put ``` lines before and after any commands plus
41output and code, like this:
42
43    ```
44    $ echo output output output
45    output output output
46    ```
47
48    ```
49    #include <stdio.h>
50
51    int main() {
52        int foo = 1;
53        printf("%d\n", foo);
54    }
55    ```
56-->
57