aboutsummaryrefslogtreecommitdiff
path: root/mod/jwt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'mod/jwt.cxx')
-rw-r--r--mod/jwt.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/mod/jwt.cxx b/mod/jwt.cxx
index 6176f27..4e28630 100644
--- a/mod/jwt.cxx
+++ b/mod/jwt.cxx
@@ -52,11 +52,11 @@ using namespace butl;
// base64url($header) + '.' + base64url($payload) + '.' + base64url($signature)
//
string brep::
-gen_jwt (const options::openssl_options& o,
- const path& pk,
- const string& iss,
- const chrono::seconds& vp,
- const chrono::seconds& bd)
+generate_jwt (const options::openssl_options& o,
+ const path& pk,
+ const string& iss,
+ const chrono::seconds& vp,
+ const chrono::seconds& bd)
{
// Create the header.
//