mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-11 02:38:09 +09:00
Fix a typo.
This commit is contained in:
@@ -34,7 +34,8 @@
|
|||||||
/**
|
/**
|
||||||
* @brief initialize global cryptographic data structures.
|
* @brief initialize global cryptographic data structures.
|
||||||
*
|
*
|
||||||
* This function should only be called once, at the begining of the program, in the main thread. It may be omitted if your program is not multithreaded.
|
* This function should only be called once, at the beginning of the program, in
|
||||||
|
* the main thread. It may be omitted if your program is not multithreaded.
|
||||||
*
|
*
|
||||||
* @returns 0
|
* @returns 0
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user