Imported the library from the wolfssl library in the keil, compilation was succeeded but i got linker error like
.\Objects\5.axf: Error: L6200E: Symbol GetCA multiply defined (by ssl.o and ssl-dummy.o).
.\Objects\5.axf: Error: L6200E: Symbol GetCAByName multiply defined (by ssl.o and ssl-dummy.o).
how to resolve this issue...can anyone suggest!
the error tells you the reason.
The same symbol is defined in both ssl.o and ssl-dummy.o