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 */
authorSteffen Klassert <steffen.klassert@secunet.com>2015-10-23 07:32:39 +0200
committerSteffen Klassert <steffen.klassert@secunet.com>2015-10-23 07:32:39 +0200
commitea673a4d3a337184f3c314dcc6300bf02f39e077 (patch)
tree5f3d437d01fd94c219bc78c3f1ac2b89ddf48859
parent1a14f1e5550a341f76e5c8f596e9b5f8a886dfbc (diff)
xfrm4: Reload skb header pointers after calling pskb_may_pull.
A call to pskb_may_pull may change the pointers into the packet, so reload the pointers after the call. Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Diffstat