view gensignkey.h @ 934:68723d66dec6

Be more careful in case a platform doesn't define UIO_MAXIOV nor IOV_MAX
author Matt Johnston <matt@ucc.asn.au>
date Tue, 20 May 2014 21:21:02 +0800
parents b298bb438625
children deed0571cacc
line wrap: on
line source

#ifndef _GENSIGNKEY_H
#define _GENSIGNKEY_H

#include "signkey.h"

int signkey_generate(enum signkey_type type, int bits, const char* filename);

#endif