Fix doc.config for header files being moved.

Change-Id: I489d0f7be06ff4b5e185728a680f4d78e653113e
Reviewed-on: https://boringssl-review.googlesource.com/1698
Reviewed-by: Adam Langley <agl@google.com>
diff --git a/util/doc.config b/util/doc.config
index 7c0835d..4b5f3b1 100644
--- a/util/doc.config
+++ b/util/doc.config
@@ -3,45 +3,45 @@
   "Sections": [{
     "Name": "Low-level infrastructure",
     "Headers": [
-      "crypto/base64/base64.h",
-      "crypto/bio/bio.h",
-      "crypto/buf/buf.h",
-      "crypto/err/err.h",
-      "crypto/cpu.h",
-      "crypto/ex_data.h",
-      "crypto/lhash/lhash.h",
-      "crypto/mem.h",
-      "crypto/obj/obj.h",
-      "crypto/stack/stack.h",
-      "crypto/thread.h",
-      "crypto/time_support.h"
+      "include/openssl/base64.h",
+      "include/openssl/bio.h",
+      "include/openssl/buf.h",
+      "include/openssl/err.h",
+      "include/openssl/cpu.h",
+      "include/openssl/ex_data.h",
+      "include/openssl/lhash.h",
+      "include/openssl/mem.h",
+      "include/openssl/obj.h",
+      "include/openssl/stack.h",
+      "include/openssl/thread.h",
+      "include/openssl/time_support.h"
     ]
   },{
     "Name": "Low-level crypto primitives",
     "Headers": [
-      "crypto/aes/aes.h",
-      "crypto/bn/bn.h",
-      "crypto/des/des.h",
-      "crypto/dh/dh.h",
-      "crypto/dsa/dsa.h",
-      "crypto/ec/ec.h",
-      "crypto/ec/ec_key.h",
-      "crypto/ecdh/ecdh.h",
-      "crypto/ecdsa/ecdsa.h",
-      "crypto/engine/engine.h",
-      "crypto/hmac/hmac.h",
-      "crypto/md5/md5.h",
-      "crypto/modes/modes.h",
-      "crypto/rc4/rc4.h",
-      "crypto/rsa/rsa.h",
-      "crypto/sha/sha.h"
+      "include/openssl/aes.h",
+      "include/openssl/bn.h",
+      "include/openssl/des.h",
+      "include/openssl/dh.h",
+      "include/openssl/dsa.h",
+      "include/openssl/ec.h",
+      "include/openssl/ec_key.h",
+      "include/openssl/ecdh.h",
+      "include/openssl/ecdsa.h",
+      "include/openssl/engine.h",
+      "include/openssl/hmac.h",
+      "include/openssl/md5.h",
+      "include/openssl/modes.h",
+      "include/openssl/rc4.h",
+      "include/openssl/rsa.h",
+      "include/openssl/sha.h"
     ]
   },{
     "Name": "Crypto interfaces",
     "Headers": [
-      "crypto/digest/digest.h",
-      "crypto/cipher/cipher.h",
-      "crypto/evp/evp.h"
+      "include/openssl/digest.h",
+      "include/openssl/cipher.h",
+      "include/openssl/evp.h"
     ]
   }]
 }