Skip to content

Commit

Permalink
fix typo again
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Aug 23, 2024
1 parent 2195765 commit 260729b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/unix/openssl_platform_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ static char *s_libcrypto_lib_filename(enum aws_libcrypto_version version) {
}
}

static bool s_libcrypto_version s_load_libcrypto_sharedlib(enum aws_libcrypto_version version) {
static bool s_load_libcrypto_sharedlib(enum aws_libcrypto_version version) {
const char *libcrypto_version = s_libcrypto_lib_filename(version);

AWS_LOGF_DEBUG(AWS_LS_CAL_LIBCRYPTO_RESOLVE, "loading %s", libcrypto_version);
Expand Down

0 comments on commit 260729b

Please sign in to comment.