diff options
Diffstat (limited to 'sshbuf-getput-crypto.c')
-rw-r--r-- | sshbuf-getput-crypto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sshbuf-getput-crypto.c b/sshbuf-getput-crypto.c index 9c801a45f..ca1c7ec65 100644 --- a/sshbuf-getput-crypto.c +++ b/sshbuf-getput-crypto.c @@ -15,6 +15,7 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#define SSHBUF_INTERNAL #include "includes.h" #include <sys/types.h> @@ -26,7 +27,6 @@ #include <openssl/ec.h> #include "ssherr.h" -#define SSHBUF_INTERNAL #include "sshbuf.h" int |