Skip to content

Commit

Permalink
re-enable test for 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-chrismc authored Sep 1, 2024
1 parent ff9bee2 commit 913b328
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/TokenTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ TEST(TokenTest, CreateTokenRS256) {
token);
}

#if !defined(JWT_OPENSSL_1_0_0)
//#if !defined(JWT_OPENSSL_1_0_0)
TEST(TokenTest, CreateTokenRS256Encrypted) {
// openssl genrsa -aes256 -out private.pem 2048
// openssl rsa -in private.pem -pubout -out public.pem
Expand Down Expand Up @@ -126,7 +126,7 @@ ixip+DkPtcbSsFjn2bVnknYYluk+Qupw/kWGxyFbvC1sYhn1iNwFv0g=
"SXxKTDSHVlg8irtG9ZQZXcuhaZCieAE1uIlJmKpEg4MUHVfvMsgy0N0p64NOiHa6bQsEb3NFn7UAe55jKQ",
token);
}
#endif
//#endif

TEST(TokenTest, CreateTokenRS512) {
auto token = jwt::create().set_issuer("auth0").set_type("JWS").sign(
Expand Down

0 comments on commit 913b328

Please sign in to comment.