BUILD: ssl/ocsp: ssl_ocsp-t.h depends on ssl_sock-t.h

ssl_ocsp-t.h uses SSL_SOCK_NUM_KEYTYPES which is defined in
ssl_sock-t.h.

No backport needed.
diff --git a/include/haproxy/ssl_ocsp-t.h b/include/haproxy/ssl_ocsp-t.h
index 15569ae..e591b49 100644
--- a/include/haproxy/ssl_ocsp-t.h
+++ b/include/haproxy/ssl_ocsp-t.h
@@ -27,6 +27,7 @@
 
 #include <haproxy/buf-t.h>
 #include <haproxy/openssl-compat.h>
+#include <haproxy/ssl_sock-t.h>
 
 #ifndef OPENSSL_NO_OCSP
 extern int ocsp_ex_index;