Skip to content

Commit

Permalink
More overwritten stuff...
Browse files Browse the repository at this point in the history
  • Loading branch information
snhenson committed Apr 12, 2005
1 parent 3547478 commit ad0db06
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions crypto/ec/ec.h
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,14 @@ int EC_KEY_print_fp(FILE *fp, const EC_KEY *x, int off);

#define ECParameters_dup(x) ASN1_dup_of(EC_KEY,i2d_ECParameters,d2i_ECParameters,x)

#ifndef __cplusplus
#if defined(__SUNPRO_C)
# if __SUNPRO_C >= 0x520
# pragma error_messages (default,E_ARRAY_OF_INCOMPLETE_NONAME,E_ARRAY_OF_INCOMPLETE)
# endif
# endif
#endif

/* BEGIN ERROR CODES */
/* The following lines are auto generated by the script mkerr.pl. Any changes
* made after this point may be overwritten when the script is next run.
Expand Down

0 comments on commit ad0db06

Please sign in to comment.