]> jfr.im git - solanum.git/blobdiff - libratbox/src/nossl.c
Make this link without OpenSSL. This patch should go upstream.
[solanum.git] / libratbox / src / nossl.c
index aff870e1f0389cbd71a8ccf80ebab693e3d1f98e..1dd8deae8d0e37b6f8a494af08c40a1bd7af24bc 100644 (file)
@@ -102,5 +102,24 @@ rb_ssl_shutdown(rb_fde_t * F)
 {  
        return;
 }        
+
+void
+rb_ssl_accept_setup(rb_fde_t * F, int new_fd, struct sockaddr *st, int addrlen)
+{
+       return;
+}
+
+ssize_t
+rb_ssl_read(rb_fde_t * F, void *buf, size_t count)
+{
+       return 0;
+}
+
+ssize_t
+rb_ssl_write(rb_fde_t * F, const void *buf, size_t count)
+{
+       return 0;
+}
+
 #endif /* !HAVE_OPENSSL */