diff --git a/librb/src/nossl.c b/librb/src/nossl.c index 0b427970..cbd12a26 100644 --- a/librb/src/nossl.c +++ b/librb/src/nossl.c @@ -173,21 +173,6 @@ rb_get_ssl_info(char *buf __attribute__((unused)), size_t len __attribute__((unu snprintf(buf, len, "Not compiled with SSL support"); } -int -rb_get_ssl_certfp(rb_fde_t *F __attribute__((unused)), uint8_t certfp[RB_SSL_CERTFP_LEN] __attribute__((unused)), const int method __attribute__((unused))) -{ - errno = ENOSYS; - return -1; -} - -int -rb_get_ssl_certfp_file(const char *const filename __attribute__((unused)), uint8_t certfp[const RB_SSL_CERTFP_LEN] __attribute__((unused)), const int method __attribute__((unused))) -{ - errno = ENOSYS; - return -1; -} - - const char * rb_ssl_get_cipher(rb_fde_t *F __attribute__((unused))) {