Skip to content

Commit 63e290d

Browse files
committed
Fix constant
1 parent 903089b commit 63e290d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class Constants extends \SimpleSAML\XML\Constants
7575

7676
public const string BLOCK_ENC_AES192_GCM = 'http://www.w3.org/2009/xmlenc11#aes192-gcm';
7777

78-
public const string BLOCK_ENC_AES256_GCM = 'http://www.w3.org/2009xmlenc11#aes256-gcm';
78+
public const string BLOCK_ENC_AES256_GCM = 'http://www.w3.org/2009/xmlenc11#aes256-gcm';
7979

8080
/**
8181
* Key transport algorithms

0 commit comments

Comments
 (0)