Skip to content

Commit

Permalink
fix doc error #9
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuho committed Dec 21, 2015
1 parent f415c1f commit e9e7045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neverbleed.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ typedef struct st_neverbleed_t {
*/
int neverbleed_init(neverbleed_t *nb, char *errbuf);
/**
* loads a private key file (returns 0 if successful, -1 if failed)
* loads a private key file (returns 1 if successful)
*/
int neverbleed_load_private_key_file(neverbleed_t *nb, SSL_CTX *ctx, const char *fn, char *errbuf);
/**
Expand Down

0 comments on commit e9e7045

Please sign in to comment.