summaryrefslogtreecommitdiff
path: root/sshbuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'sshbuf.h')
-rw-r--r--sshbuf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sshbuf.h b/sshbuf.h
index 94392c8be..ec7514eb3 100644
--- a/sshbuf.h
+++ b/sshbuf.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: sshbuf.h,v 1.21 2020/04/26 09:38:14 dtucker Exp $ */ 1/* $OpenBSD: sshbuf.h,v 1.22 2020/06/05 03:24:36 djm Exp $ */
2/* 2/*
3 * Copyright (c) 2011 Damien Miller 3 * Copyright (c) 2011 Damien Miller
4 * 4 *
@@ -242,7 +242,7 @@ int sshbuf_put_eckey(struct sshbuf *buf, const EC_KEY *v);
242#endif /* WITH_OPENSSL */ 242#endif /* WITH_OPENSSL */
243 243
244/* Dump the contents of the buffer in a human-readable format */ 244/* Dump the contents of the buffer in a human-readable format */
245void sshbuf_dump(struct sshbuf *buf, FILE *f); 245void sshbuf_dump(const struct sshbuf *buf, FILE *f);
246 246
247/* Dump specified memory in a human-readable format */ 247/* Dump specified memory in a human-readable format */
248void sshbuf_dump_data(const void *s, size_t len, FILE *f); 248void sshbuf_dump_data(const void *s, size_t len, FILE *f);