Put ssherr.h back as it's actually needed.

This commit is contained in:
Darren Tucker 2019-10-02 14:30:55 +10:00
parent 3ef92a6574
commit fa5bd8107e
1 changed files with 2 additions and 0 deletions

View File

@ -211,6 +211,8 @@ kex_ecdh_dec(struct kex *kex, const struct sshbuf *server_blob,
#else #else
#include "ssherr.h"
struct kex; struct kex;
struct sshbuf; struct sshbuf;
struct sshkey; struct sshkey;