projects
/
BearSSL
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
946f5ba
)
Typo fix in comment.
author
Thomas Pornin
<pornin@bolet.org>
Thu, 30 Jan 2020 23:17:23 +0000
(
00:17
+0100)
committer
Thomas Pornin
<pornin@bolet.org>
Thu, 30 Jan 2020 23:17:23 +0000
(
00:17
+0100)
src/ssl/ssl_engine.c
patch
|
blob
|
history
diff --git
a/src/ssl/ssl_engine.c
b/src/ssl/ssl_engine.c
index
9c7739e
..
f59fe1a
100644
(file)
--- a/
src/ssl/ssl_engine.c
+++ b/
src/ssl/ssl_engine.c
@@
-1236,7
+1236,7
@@
br_ssl_engine_close(br_ssl_engine_context *cc)
* If we are not already closed, then we need to
* initiate the closure. Once closing, any incoming
* application data is discarded; we should also discard
- * application data which is alrea
yd
there but has not
+ * application data which is alrea
dy
there but has not
* been acknowledged by the application yet (this mimics
* usual semantics on BSD sockets: you cannot read()
* once you called close(), even if there was some