removed double define

This commit is contained in:
Lev Walkin 2004-07-26 14:10:42 +00:00
parent 4a660bddf6
commit 65c91d6cc0
1 changed files with 0 additions and 1 deletions

View File

@ -46,6 +46,5 @@ OCTET_STRING_t *OCTET_STRING_new_fromBuf(const char *str, int size);
/* Handy conversion from the C string into the OCTET STRING. */
#define OCTET_STRING_fromString(s, str) OCTET_STRING_fromBuf(s, str, -1);
#define OCTET_STRING_fromString(s, str) OCTET_STRING_fromBuf(s, str, -1);
#endif /* _OCTET_STRING_H_ */