Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lrstewart committed Aug 6, 2024
1 parent 5adf16f commit 89d5e7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/s2nc.c
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ int main(int argc, char *const *argv)
}

GUARD_EXIT(s2n_init(), "Error running s2n_init()");
#ifdef SSLEAY_VERSION
#if defined(SSLeay_version) && defined(SSLEAY_VERSION)
printf("libcrypto: %s\n", SSLeay_version(SSLEAY_VERSION));
#endif

Expand Down
2 changes: 1 addition & 1 deletion bin/s2nd.c
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ int main(int argc, char *const *argv)
}

GUARD_EXIT(s2n_init(), "Error running s2n_init()");
#ifdef SSLEAY_VERSION
#if defined(SSLeay_version) && defined(SSLEAY_VERSION)
printf("libcrypto: %s\n", SSLeay_version(SSLEAY_VERSION));
#endif

Expand Down

0 comments on commit 89d5e7f

Please sign in to comment.