Share

AEScrypt

Tracker: Patches

5 Make aesget behave more like aescrypt - ID: 1411885
Last Update: Comment added ( nobody )

Aesget segfaults when it is run without a key size. In
order to make it work more like aescrypt, the attached
patch initializes keysize to 128.

There is also a change to the keysize option test.

Thanks for making aescrypt available.

Dennis
dmarti@gmail.com


Nobody/Anonymous ( nobody ) - 2006-01-22 05:29

5

Open

None

Nobody/Anonymous

None

None

Public


Comment ( 1 )




Date: 2006-01-22 05:32
Sender: nobody

Logged In: NO

192c192
< int keysize, op;
---
> int keysize=128, op;
210c210
< if ((keysize != 128) && (keysize != 192) & (keysize
!= 256)) {
---
> if ((keysize != 128) && (keysize != 192) && (keysize
!= 256)) {



Log in to comment.

Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.