From 661eb8db3fd21bad581827dc6cfa0254bc58d711 Mon Sep 17 00:00:00 2001 From: terrafrost Date: Mon, 12 Nov 2012 01:05:24 -0600 Subject: [PATCH] Missing ; --- phpseclib/File/X509.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpseclib/File/X509.php b/phpseclib/File/X509.php index f9c68eb4..0ef8edc2 100644 --- a/phpseclib/File/X509.php +++ b/phpseclib/File/X509.php @@ -70,7 +70,7 @@ define('FILE_X509_DN_ARRAY', 0); // Internal array representation. /** * Return string */ -define('FILE_X509_DN_STRING', 1) +define('FILE_X509_DN_STRING', 1); /** * Return ASN.1 name string */