Fixed some typos, courtesy of codespell
This commit is contained in:
@@ -83,7 +83,7 @@ struct signer_test_vector_t {
|
||||
size_t len;
|
||||
/** input data */
|
||||
u_char *data;
|
||||
/** expected output, with ouput size of the tested algorithm */
|
||||
/** expected output, with output size of the tested algorithm */
|
||||
u_char *mac;
|
||||
};
|
||||
|
||||
|
||||
@@ -381,7 +381,7 @@ void test_setup_handler()
|
||||
sigaction(SIGSEGV, &action, NULL);
|
||||
sigaction(SIGILL, &action, NULL);
|
||||
sigaction(SIGBUS, &action, NULL);
|
||||
/* ignore ALRM/USR1, these are catched by main thread only */
|
||||
/* ignore ALRM/USR1, these are caught by main thread only */
|
||||
action.sa_handler = SIG_IGN;
|
||||
sigaction(SIGALRM, &action, NULL);
|
||||
sigaction(SIGUSR1, &action, NULL);
|
||||
|
||||
Reference in New Issue
Block a user