Fixed some typos, courtesy of codespell
This commit is contained in:
@@ -505,7 +505,7 @@ static void set_options(char *logfile, jboolean ipv6)
|
|||||||
lib->settings->set_bool(lib->settings,
|
lib->settings->set_bool(lib->settings,
|
||||||
"charon.initiator_only", TRUE);
|
"charon.initiator_only", TRUE);
|
||||||
/* the service currently can't handle make-before-break reauth and assumes
|
/* the service currently can't handle make-before-break reauth and assumes
|
||||||
* the old SA is deleted before the replacement and intalls a special
|
* the old SA is deleted before the replacement and installs a special
|
||||||
* replacement TUN device in-between */
|
* replacement TUN device in-between */
|
||||||
lib->settings->set_bool(lib->settings,
|
lib->settings->set_bool(lib->settings,
|
||||||
"charon.make_before_break", FALSE);
|
"charon.make_before_break", FALSE);
|
||||||
|
|||||||
@@ -100,7 +100,7 @@ struct ml_kem_params_t {
|
|||||||
extern const uint16_t ml_kem_zetas[128];
|
extern const uint16_t ml_kem_zetas[128];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get parameters fro a specific ML-KEM method.
|
* Get parameters for a specific ML-KEM method.
|
||||||
*
|
*
|
||||||
* @param method key exchange method
|
* @param method key exchange method
|
||||||
* @return parameters, NULL if not supported
|
* @return parameters, NULL if not supported
|
||||||
|
|||||||
Reference in New Issue
Block a user