netbsd/external/bsd/wpa/bin/hostapd/aes-xinternal.c
2013-04-06 16:48:33 +02:00

11 lines
163 B
C

#include "includes.h"
#include "common.h"
#include "aes.h"
#include "aes_wrap.h"
int aes_wrap(const u8 *kek, int n, const u8 *cipher, u8 *plain)
{
return -1;
}