source: swig/perl/SSL_keyid.h

Last change on this file was 756011e, checked in by Ted Faber <faber@…>, 11 years ago

Now we pass -Wall with no warnings.

  • Property mode set to 100644
File size: 154 bytes
Line 
1#ifndef __SSL_KEYID_H__
2#define __SSL_KEYID_H__
3
4#ifdef __cplusplus
5extern "C" {
6#endif
7
8char *SSL_keyid(void *ptr);
9
10#ifdef __cplusplus
11}
12#endif
13
14#endif
Note: See TracBrowser for help on using the repository browser.