aboutsummaryrefslogtreecommitdiff
path: root/src/common/crypto_format.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/crypto_format.h')
-rw-r--r--src/common/crypto_format.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/crypto_format.h b/src/common/crypto_format.h
index 012e228cc4..86c29d319c 100644
--- a/src/common/crypto_format.h
+++ b/src/common/crypto_format.h
@@ -28,6 +28,7 @@ int ed25519_public_from_base64(ed25519_public_key_t *pkey,
const char *input);
int ed25519_public_to_base64(char *output,
const ed25519_public_key_t *pkey);
+const char *ed25519_fmt(const ed25519_public_key_t *pkey);
/* XXXX move these to crypto_format.h */
#define ED25519_SIG_BASE64_LEN 86