Fixed ms/32all.bat script: `no_asm' -> `no-asm'
[openssl.git] / README.PROBLEMS
1 If you have any problems with SSLeay then please take the following 
2 steps:
3
4     Remove the ASM version of the BN routines (edit Configure)
5     Remove the compiler optimisation flags
6     Add in the compiler debug flags (-g)
7
8 Note: if using gcc then remove -fomit-frame-pointer before you try
9       to debug things.
10
11 If you wish to report a bug then please include the following information
12 in any bug report:
13
14     SSLeay Details
15         - Version, most of these details can be got from the
16           'ssleay version -a' command.
17     Operating System Details
18         - OS Name
19         - OS Version
20         - Hardware platform
21     Compiler Details
22         - Name
23         - Version
24     Application Details 
25         - Name 
26         - Version 
27     Problem Description
28         - include steps that will reproduce the problem (if known)
29     Stack Traceback (if the application dumps core)
30
31 For example:
32
33     OpenSSL-0.9.1c
34     SunOS 5.3, SPARC, SunC 3.0
35     SSLtelnet-0.7
36
37     Core dumps when using telnet with SSL support in bn_mul() with 
38     the following stack trackback 
39         ...
40
41 Report the bug to the OpenSSL project at:
42
43     openssl-bugs@openssl.org
44