aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2016-06-28 16:44:09 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2016-06-28 16:44:09 -0700
commit0d3f178d4b8997bbf77da18bca77a83df6cf089d (patch)
tree615bc9e07a1db7cbc89124e24404b8d477a9423b /src
parent6523370e036ab5dd3b1ea4de85f18833c102cd5d (diff)
BoringSSL: further documentation nit.
Diffstat (limited to 'src')
-rw-r--r--src/objective-c/BoringSSL.podspec2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/objective-c/BoringSSL.podspec b/src/objective-c/BoringSSL.podspec
index def5ef42f9..26a0451f7d 100644
--- a/src/objective-c/BoringSSL.podspec
+++ b/src/objective-c/BoringSSL.podspec
@@ -73,6 +73,8 @@ Pod::Spec.new do |s|
name = 'openssl'
# When creating a dynamic framework, name it openssl.framework instead of BoringSSL.framework.
+ # This lets users write their includes like `#include <openssl/ssl.h>` as opposed to `#include
+ # <BoringSSL/ssl.h>`.
s.module_name = name
# When creating a dynamic framework, copy the headers under `include/openssl/` into the root of