diff options
Diffstat (limited to 'sshbuf.h')
-rw-r--r-- | sshbuf.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: sshbuf.h,v 1.20 2020/03/13 03:17:07 djm Exp $ */ | 1 | /* $OpenBSD: sshbuf.h,v 1.21 2020/04/26 09:38:14 dtucker Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2011 Damien Miller | 3 | * Copyright (c) 2011 Damien Miller |
4 | * | 4 | * |
@@ -140,7 +140,7 @@ int sshbuf_allocate(struct sshbuf *buf, size_t len); | |||
140 | /* | 140 | /* |
141 | * Reserve len bytes in buf. | 141 | * Reserve len bytes in buf. |
142 | * Returns 0 on success and a pointer to the first reserved byte via the | 142 | * Returns 0 on success and a pointer to the first reserved byte via the |
143 | * optional dpp parameter or a negative * SSH_ERR_* error code on failure. | 143 | * optional dpp parameter or a negative SSH_ERR_* error code on failure. |
144 | */ | 144 | */ |
145 | int sshbuf_reserve(struct sshbuf *buf, size_t len, u_char **dpp); | 145 | int sshbuf_reserve(struct sshbuf *buf, size_t len, u_char **dpp); |
146 | 146 | ||