Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 77651 | Differences between
and this patch

Collapse All | Expand All

(-)engine/vhcs2_common_code.pl (-2 / +4 lines)
Lines 1412-1418 Link Here
1412
                                        'iv'              => $main::db_pass_iv,
1412
                                        'iv'              => $main::db_pass_iv,
1413
                                        'regenerate_key'  => 0,
1413
                                        'regenerate_key'  => 0,
1414
                                        'padding'         => 'space',
1414
                                        'padding'         => 'space',
1415
                                        'prepend_iv'      => 0
1415
                                        'prepend_iv'      => 0,
1416
					'keysize'       => 32
1416
                                    }
1417
                                    }
1417
                                  );
1418
                                  );
1418
    
1419
    
Lines 1447-1453 Link Here
1447
                                        'iv'              => $main::db_pass_iv,
1448
                                        'iv'              => $main::db_pass_iv,
1448
                                        'regenerate_key'  => 0,
1449
                                        'regenerate_key'  => 0,
1449
                                        'padding'         => 'space',
1450
                                        'padding'         => 'space',
1450
                                        'prepend_iv'      => 0
1451
                                        'prepend_iv'      => 0,
1452
					'keysize'         => 32
1451
                                    }
1453
                                    }
1452
                                  );
1454
                                  );
1453
    
1455
    

Return to bug 77651