summary refs log tree commit diff stats
path: root/plugins/fishlim
ModeNameSize
-rw-r--r--INSTALL187log stats plain blame
-rw-r--r--LICENSE1093log stats plain blame
-rw-r--r--Makefile.am296log stats plain blame
-rw-r--r--bool.h106log stats plain blame
-rw-r--r--fish.c5602log stats plain blame
-rw-r--r--fish.h1531log stats plain blame
-rw-r--r--fishlim-xp.vcxproj6133log stats plain blame
-rw-r--r--fishlim-xp.vcxproj.filters2015log stats plain blame
-rw-r--r--fishlim.def82log stats plain blame
-rw-r--r--fishlim.vcxproj5997log stats plain blame
-rw-r--r--fishlim.vcxproj.filters2015log stats plain blame
-rw-r--r--irc.c3209log stats plain blame
-rw-r--r--irc.h1511log stats plain blame
-rw-r--r--keystore.c5600log stats plain blame
-rw-r--r--keystore.h1463log stats plain blame
-rw-r--r--misc.c1731log stats plain blame
-rw-r--r--misc.h1277log stats plain blame
-rw-r--r--plugin_hexchat.c9062log stats plain blame
-rw-r--r--plugin_hexchat.h1217log stats plain blame
-rw-r--r--test.c2967log stats plain blame
> #define _SSL_get_prkey_base64(a) _SSL_get_obj_base64(a, 1) #define _SSL_get_x509_base64(a) _SSL_get_obj_base64(a, 2) /*char *_SSL_get_ctx_obj_base64(SSL_CTX *ctx, int type);*/ /* must be freed */ #define _SSL_get_ctx_pkey_base64(a) _SSL_get_ctx_obj_base64(a, 0) #define _SSL_get_ctx_prkey_base64(a) _SSL_get_ctx_obj_base64(a, 1) #define _SSL_get_ctx_x509_base64(a) _SSL_get_ctx_obj_base64(a, 2) /*int _SSL_verify_x509(X509 *x509);*/ #endif