ObjFW  Diff

Differences From Artifact [854846019d]:

To Artifact [18469a0b94]:


18
19
20
21
22
23
24





25
18
19
20
21
22
23
24
25
26
27
28
29
30







+
+
+
+
+

 */

#include "config.h"

#import "ObjFWRT.h"
#import "private.h"

#import "OFTLSKey.h"

extern int OFTLSKeyNew(OFTLSKey *key) OF_VISIBILITY_HIDDEN;
extern int OFTLSKeyFree(OFTLSKey key) OF_VISIBILITY_HIDDEN;

#include "../OFTLSKey.m"