ssh-sk-null.cc needs extern "C" {}

This commit is contained in:
Damien Miller 2020-01-02 13:41:31 +11:00
parent 5ca4b414ef
commit 0248ec7c76
1 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,8 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
extern "C" {
#include "includes.h"
#include <sys/types.h>
@ -44,3 +46,5 @@ sshsk_load_resident(const char *provider_path, const char *pin,
{
return SSH_ERR_FEATURE_UNSUPPORTED;
}
};