#AES undefinded
20 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.
@supple steppe
Your message appears to contain screenshots but no code. Please send code and error messages in text instead of screenshots if applicable!
show the actual error message (also as text, not screenshot)
there is no indication that there is a linker error here, it rather looks like a compilation error
expected a ';'
identifier "aesKey" is undefined
expected a ';'
identifier "aesKey" is undefined
'AES_KEY': redefinition; typedef cannot be overloaded with any other symbol
syntax error: missing ';' before identifier 'aesKey'
'aesKey': undeclared identifier
'aesKey': undeclared identifier
'aesKey': undeclared identifier
syntax error: missing ';' before identifier 'aesKey'
'aesKey': undeclared identifier
'aesKey': undeclared identifier
'aesKey': undeclared identifier
'argument': conversion from 'size_t' to 'DWORD', possible loss of data
ive been stuck with this for hours 😭
I don't see any type called AES_KEY in the openssl documentation.
they are deprecated
I don't know, but that seems like a like reason.
@supple steppe Has your question been resolved? If so, type !solved :)
!solved