#AES undefinded

20 messages · Page 1 of 1 (latest)

supple steppe
#

no matter what i try open ssl dosent link properly i dont think and this AES key is still undefined

unreal lilyBOT
#

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

Screenshots!

Your message appears to contain screenshots but no code. Please send code and error messages in text instead of screenshots if applicable!

grand bobcat
#

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

supple steppe
# grand bobcat show the actual error message (also as text, not screenshot)

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 😭

grand bobcat
#

I don't see any type called AES_KEY in the openssl documentation.

supple steppe
#

aes.h

#

usually you initialise it with AES_KEY aesKey;

grand bobcat
#

they are deprecated

supple steppe
#

so do i switch to openSSl EVP

#

or?

grand bobcat
#

I don't know, but that seems like a like reason.

supple steppe
#

okay ill use EVP instead

#

thank you

unreal lilyBOT
#

@supple steppe Has your question been resolved? If so, type !solved :)

supple steppe
#

!solved