summaryrefslogtreecommitdiff
path: root/lib/pin.h
blob: 2721d04a0d1c34ae7392b4bdd15b9967c9621930 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef PIN_H
#define PIN_H

extern gnutls_pin_callback_t _gnutls_pin_func;
extern void *_gnutls_pin_data;

int
_gnutls_retrieve_pin(struct pin_info_st *pin_info, const char *url, const char *label,
		     unsigned pin_flags, char *pin, unsigned pin_size);

#endif				/* PIN_H */