Change #include filenames from <foo.h> to <openssl.h>.

Submitted by:
Reviewed by:
PR:
diff --git a/ssl/ssl_ciph.c b/ssl/ssl_ciph.c
index b5d6f09..d684758 100644
--- a/ssl/ssl_ciph.c
+++ b/ssl/ssl_ciph.c
@@ -57,8 +57,8 @@
  */
 
 #include <stdio.h>
-#include "objects.h"
-#include "comp.h"
+#include <openssl/objects.h>
+#include <openssl/comp.h>
 #include "ssl_locl.h"
 
 #define SSL_ENC_DES_IDX		0