Skip to content

Commit

Permalink
Try to avoid double declaration of ERR_load_PEM_strings().
Browse files Browse the repository at this point in the history
PR 71
  • Loading branch information
levitte committed Jun 27, 2002
1 parent 53fc93d commit 47f3eaf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crypto/pem/pem2.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@
extern "C" {
#endif

#ifndef HEADER_PEM_H
void ERR_load_PEM_strings(void);
#endif

#ifdef __cplusplus
}
Expand Down

0 comments on commit 47f3eaf

Please sign in to comment.