summaryrefslogtreecommitdiff
path: root/keypair.h
blob: f65a88c0001a390e322c41951a8012788142d349 (plain)
1
2
3
4
5
6
7
#ifndef KEYPAIR_H
#define KEYPAIR_H

extern void generate_keypair(void);
extern void verify_keypair(void);

#endif /* KEYPAIR_H */
lue='1'>ignoremode:
authorMichael S. Tsirkin <mst@redhat.com>2016-08-15 04:28:12 +0300
committerMichael S. Tsirkin <mst@redhat.com>2016-08-15 05:05:51 +0300
commit446374d7c7f89603d8151b56824e2cac85ed8e0d (patch)
treea19140640151526f268aa381f23f1ebe0e9064ec
parent21bc54fc0cdc31de72b57d2b3c79cf9c2b83cf39 (diff)
vhost/test: fix after swiotlb changes
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat