Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
872ec271
Kaydet (Commit)
872ec271
authored
Kas 27, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
-Werror,-Wunused-variable
Change-Id: I98523b403f2497acfcf49baede87448636ff2709
üst
5d785482
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
x509certificate_mscryptimpl.cxx
...ity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.cxx
+0
-1
No files found.
xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.cxx
Dosyayı görüntüle @
872ec271
...
@@ -394,7 +394,6 @@ OUString SAL_CALL X509Certificate_MSCryptImpl::getSubjectName() throw ( ::com::s
...
@@ -394,7 +394,6 @@ OUString SAL_CALL X509Certificate_MSCryptImpl::getSubjectName() throw ( ::com::s
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
security
::
XCertificateExtension
>
SAL_CALL
X509Certificate_MSCryptImpl
::
findCertificateExtension
(
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
sal_Int8
>&
/*oid*/
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
security
::
XCertificateExtension
>
SAL_CALL
X509Certificate_MSCryptImpl
::
findCertificateExtension
(
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
sal_Int8
>&
/*oid*/
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
if
(
m_pCertContext
!=
NULL
&&
m_pCertContext
->
pCertInfo
!=
NULL
&&
m_pCertContext
->
pCertInfo
->
cExtension
!=
0
)
{
if
(
m_pCertContext
!=
NULL
&&
m_pCertContext
->
pCertInfo
!=
NULL
&&
m_pCertContext
->
pCertInfo
->
cExtension
!=
0
)
{
CertificateExtension_XmlSecImpl
*
xExtn
;
CertificateExtension_XmlSecImpl
*
xExtn
;
Sequence
<
Reference
<
XCertificateExtension
>
>
xExtns
(
m_pCertContext
->
pCertInfo
->
cExtension
)
;
xExtn
=
NULL
;
xExtn
=
NULL
;
for
(
unsigned
int
i
=
0
;
i
<
m_pCertContext
->
pCertInfo
->
cExtension
;
i
++
)
{
for
(
unsigned
int
i
=
0
;
i
<
m_pCertContext
->
pCertInfo
->
cExtension
;
i
++
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment