Merge remote-tracking branch 'origin/topic/jsiwek/gh-167'

* origin/topic/jsiwek/gh-167:
  GH-167: improve error message for unclosed function at EOF
This commit is contained in:
Johanna Amann 2019-01-24 15:22:31 -08:00
commit 7465bceb7e
7 changed files with 57 additions and 12 deletions

View file

@ -1,4 +1,8 @@
2.6-105 | 2019-01-24 15:22:31 -0800
* GH-167: improve error message for unclosed function at EOF (Jon Siwek, Corelight)
2.6-103 | 2019-01-24 17:09:05 -0600
* Change digest.h functions to use EVP_MD_CTX interface (Johanna Amann)