]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
corrected sequence for components
authorSansar Choinyambuu <schoinya@hsr.ch>
Wed, 7 Dec 2011 12:28:01 +0000 (13:28 +0100)
committerSansar Choinyambuu <schoinya@hsr.ch>
Wed, 7 Dec 2011 12:28:01 +0000 (13:28 +0100)
src/libpts/plugins/imv_attestation/data.sql

index 7ed1434021a2889cc2818f6edc4aeb1379dde102..718854669a379555df20cd056b519901fd961c6c 100644 (file)
@@ -1306,11 +1306,13 @@ INSERT INTO key_component (
 INSERT INTO key_component (
   key, component, depth, seq_no
 ) VALUES (
-  2, 2, 0, 1
+  2, 3, 0, 1
 );
 
+/*
 INSERT INTO key_component (
   key, component, depth, seq_no
 ) VALUES (
-  2, 3, 0, 2
+  2, 2, 0, 2
 );
+*/