Commit 65c91d6c authored by Lev Walkin's avatar Lev Walkin

removed double define

parent 4a660bdd
......@@ -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_ */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment