You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: wolfSSL-Porting/src/section02.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -149,7 +149,7 @@ To enable fastmath, define USE_FAST_MATH and build in ./wolfcrypt/src/tfm.c inst
149
149
If the normal malloc(), free(), and possibly realloc() functions are not available, define XMALLOC_USER, then provide custom memory function hooks in ./wolfssl/wolfcrypt/types.h specific to the target environment.
150
150
151
151
Please read section 5.1.1.1 of the wolfSSL Manual for details about using XMALLOC_USER:
@@ -172,7 +172,7 @@ wolfSSL can be built without the C standard library to provide a higher level of
172
172
Section 2.8, above, covered memory functions. In addition to memory function abstraction, wolfSSL also abstracts string function and math functions, where the specific functions are typically abstracted to a define in the form of X<FUNC>, where <FUNC> is the name of the function being abstracted.
173
173
174
174
Please read Section 5.1 of the wolfSSL Manual for details:
@@ -184,7 +184,7 @@ By default, wolfSSL provides debug output through stderr. In order for debug me
184
184
For environments which do not have stderr available, or wish to output debug messages over a different output stream or in a different format, wolfSSL allows applications to register a logging callback.
185
185
186
186
Please read Section 8.1 of the wolfSSL Manual for details:
Features can be disabled when building wolfSSL by using the appropriate defines. For a list of defines available, please refer to Chapter 2 of the wolfSSL Manual:
0 commit comments