mirror of git://anongit.mindrot.org/openssh.git
ssh-sk-null.cc needs extern "C" {}
This commit is contained in:
parent
5ca4b414ef
commit
0248ec7c76
|
@ -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;
|
||||
}
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue