~ubuntu-branches/debian/squeeze/nginx/squeeze

« back to all changes in this revision

Viewing changes to src/event/ngx_event_openssl.h

  • Committer: Bazaar Package Importer
  • Author(s): Kartik Mistry
  • Date: 2010-06-16 01:26:51 UTC
  • mfrom: (1.1.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20100616012651-0kldmspg3i91mynk
Tags: 0.7.67-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
#include <openssl/err.h>
16
16
#include <openssl/conf.h>
17
17
#include <openssl/engine.h>
 
18
#include <openssl/evp.h>
18
19
 
19
20
#define NGX_SSL_NAME     "OpenSSL"
20
21