aboutsummaryrefslogtreecommitdiff
path: root/networking/tls_rsa.h
diff options
context:
space:
mode:
Diffstat (limited to 'networking/tls_rsa.h')
-rw-r--r--networking/tls_rsa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/tls_rsa.h b/networking/tls_rsa.h
index c464ed552..f42923ff5 100644
--- a/networking/tls_rsa.h
+++ b/networking/tls_rsa.h
@@ -17,4 +17,4 @@ typedef struct {
psRsaEncryptPub( key, in, inlen, out, outlen)
int32 psRsaEncryptPub(psPool_t *pool, psRsaKey_t *key,
unsigned char *in, uint32 inlen,
- unsigned char *out, uint32 outlen, void *data);
+ unsigned char *out, uint32 outlen, void *data) FAST_FUNC;