<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>201858</bug_id>
          
          <creation_ts>2019-09-16 20:12:11 -0700</creation_ts>
          <short_desc>[WinCairo][curl] Define NOCRYPT to suppress libressl &quot;Warning, overriding WinCrypt defines&quot;</short_desc>
          <delta_ts>2019-09-17 00:28:17 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Platform</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          <dependson>201860</dependson>
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Fujii Hironori">fujii</reporter>
          <assigned_to name="Fujii Hironori">fujii</assigned_to>
          <cc>achristensen</cc>
    
    <cc>annulen</cc>
    
    <cc>basuke</cc>
    
    <cc>don.olmstead</cc>
    
    <cc>ews-watchlist</cc>
    
    <cc>gyuyoung.kim</cc>
    
    <cc>rakuco</cc>
    
    <cc>ross.kirsling</cc>
    
    <cc>ryuan.choi</cc>
    
    <cc>sergio</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1571403</commentid>
    <comment_count>0</comment_count>
    <who name="Fujii Hironori">fujii</who>
    <bug_when>2019-09-16 20:12:11 -0700</bug_when>
    <thetext>[WinCairo][curl] Define NOCRYPT to suppress libressl &quot;Warning, overriding WinCrypt defines&quot;

It seems that Ruby also do so.

ruby-changes:51887
http://mla.n-z.jp/~w3ml/w3ml.cgi/ruby-changes/msg/51887</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1571404</commentid>
    <comment_count>1</comment_count>
    <who name="Fujii Hironori">fujii</who>
    <bug_when>2019-09-16 20:13:47 -0700</bug_when>
    <thetext>Windows.h has the following code.

#ifndef NOCRYPT
#include &lt;wincrypt.h&gt;
#include &lt;winefs.h&gt;
#include &lt;winscard.h&gt;
#endif</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1571409</commentid>
    <comment_count>2</comment_count>
    <who name="Fujii Hironori">fujii</who>
    <bug_when>2019-09-16 20:30:08 -0700</bug_when>
    <thetext>&gt; [3705/5013] Building CXX object Source\WebCore\CMakeFiles\WebCore.dir\platform\network\curl\CertificateInfoCurl.cpp.obj
&gt; In file included from ..\..\Source\WebCore\platform\network\curl\CertificateInfoCurl.cpp:29:
&gt; In file included from ..\..\Source\WebCore\platform\network\curl/OpenSSLHelper.h:29:
&gt; In file included from ..\..\WebKitLibraries\win\include\openssl/ssl.h:150:
&gt; In file included from ..\..\WebKitLibraries\win\include\openssl/hmac.h:67:
&gt; In file included from ..\..\WebKitLibraries\win\include\openssl/evp.h:64:
&gt; ..\..\WebKitLibraries\win\include\openssl/ossl_typ.h(86,9): warning: Warning, overriding WinCrypt defines [-W#pragma-messages]
&gt; #pragma message(&quot;Warning, overriding WinCrypt defines&quot;)
&gt;         ^
&gt; In file included from ..\..\Source\WebCore\platform\network\curl\CertificateInfoCurl.cpp:29:
&gt; In file included from ..\..\Source\WebCore\platform\network\curl/OpenSSLHelper.h:29:
&gt; In file included from ..\..\WebKitLibraries\win\include\openssl/ssl.h:151:
&gt; In file included from ..\..\WebKitLibraries\win\include\openssl/pem.h:71:
&gt; ..\..\WebKitLibraries\win\include\openssl/x509.h(118,9): warning: Warning, overriding WinCrypt defines [-W#pragma-messages]
&gt; #pragma message(&quot;Warning, overriding WinCrypt defines&quot;)
&gt;         ^
&gt; In file included from ..\..\Source\WebCore\platform\network\curl\CertificateInfoCurl.cpp:29:
&gt; In file included from ..\..\Source\WebCore\platform\network\curl/OpenSSLHelper.h:29:
&gt; In file included from ..\..\WebKitLibraries\win\include\openssl/ssl.h:151:
&gt; In file included from ..\..\WebKitLibraries\win\include\openssl/pem.h:71:
&gt; In file included from ..\..\WebKitLibraries\win\include\openssl/x509.h:589:
&gt; ..\..\WebKitLibraries\win\include\openssl/pkcs7.h(75,9): warning: Warning, overriding WinCrypt defines [-W#pragma-messages]
&gt; #pragma message(&quot;Warning, overriding WinCrypt defines&quot;)
&gt;         ^
&gt; 3 warnings generated.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1571410</commentid>
    <comment_count>3</comment_count>
    <who name="Fujii Hironori">fujii</who>
    <bug_when>2019-09-16 20:40:41 -0700</bug_when>
    <thetext>Oh, a compilation error happens. WinCript is used?

&gt; FAILED: Source/WebCore/CMakeFiles/WebCore.dir/platform/cf/win/CertificateCFWin.cpp.obj
&gt; C:\PROGRA~2\MIB055~1\2019\PROFES~1\VC\Tools\MSVC\1422~1.279\bin\Hostx64\x64\cl.exe  /nologo /TP -DANGLE_ENABLE_D3D11 -DANGLE_ENABLE_D3D9 -DANGLE_ENABLE_ESSL -DANGLE_ENABLE_HLSL -DBUILDING_WITH_CMAKE=1 -DBUILDING_WebCore -DEGL_EGLEXT_PROTOTYPES -DEGL_EGL_PROTOTYPES=1 -DGL_API=&quot;&quot; -DGL_APICALL=&quot;&quot; -DGL_GLES_PROTOTYPES=1 -DGL_GLEXT_PROTOTYPES -DHAVE_CONFIG_H=1 -DNOCRYPT -DNOMINMAX -DSTATICALLY_LINKED_WITH_PAL=1 -DUNICODE -DWINVER=0x601 -DWTF_PLATFORM_WIN_CAIRO=1 -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1 -D_CRT_SECURE_NO_WARNINGS -D_HAS_EXCEPTIONS=0 -D_UNICODE -D_WIN32_WINNT=0x601 -D_WINDOWS -D_WINSOCKAPI_=&quot;&quot; -D__STDC_CONSTANT_MACROS -IPAL\Headers -IDerivedSources\ForwardingHeaders -I. -IWebCore\DerivedSources -I..\..\Source\WebCore -I..\..\Source\WebCore\Modules\airplay -I..\..\Source\WebCore\Modules\applepay -I..\..\Source\WebCore\Modules\applepay\paymentrequest -I..\..\Source\WebCore\Modules\applicationmanifest -I..\..\Source\WebCore\Modules\beacon -I..\..\Source\WebCore\Modules\cache -I..\..\Source\WebCore\Modules\credentialmanagement -I..\..\Source\WebCore\Modules\encryptedmedia -I..\..\Source\WebCore\Modules\encryptedmedia\legacy -I..\..\Source\WebCore\Modules\entriesapi -I..\..\Source\WebCore\Modules\fetch -I..\..\Source\WebCore\Modules\geolocation -I..\..\Source\WebCore\Modules\indexeddb -I..\..\Source\WebCore\Modules\indexeddb\client -I..\..\Source\WebCore\Modules\indexeddb\server -I..\..\Source\WebCore\Modules\indexeddb\shared -I..\..\Source\WebCore\Modules\mediacapabilities -I..\..\Source\WebCore\Modules\mediacontrols -I..\..\Source\WebCore\Modules\mediarecorder -I..\..\Source\WebCore\Modules\mediasession -I..\..\Source\WebCore\Modules\mediasource -I..\..\Source\WebCore\Modules\mediastream -I..\..\Source\WebCore\Modules\mediastream\libwebrtc -I..\..\Source\WebCore\Modules\navigatorcontentutils -I..\..\Source\WebCore\Modules\notifications -I..\..\Source\WebCore\Modules\paymentrequest -I..\..\Source\WebCore\Modules\plugins -I..\..\Source\WebCore\Modules\quota -I..\..\Source\WebCore\Modules\speech -I..\..\Source\WebCore\Modules\streams -I..\..\Source\WebCore\Modules\webaudio -I..\..\Source\WebCore\Modules\webauthn -I..\..\Source\WebCore\Modules\webauthn\cbor -I..\..\Source\WebCore\Modules\webauthn\fido -I..\..\Source\WebCore\Modules\webdatabase -I..\..\Source\WebCore\Modules\webdriver -I..\..\Source\WebCore\Modules\webgpu -I..\..\Source\WebCore\Modules\webgpu\WHLSL -I..\..\Source\WebCore\Modules\webgpu\WHLSL\AST -I..\..\Source\WebCore\Modules\websockets -I..\..\Source\WebCore\Modules\webvr -I..\..\Source\WebCore\accessibility -I..\..\Source\WebCore\accessibility\isolatedtree -I..\..\Source\WebCore\animation -I..\..\Source\WebCore\bindings -I..\..\Source\WebCore\bindings\js -I..\..\Source\WebCore\bridge -I..\..\Source\WebCore\bridge\c -I..\..\Source\WebCore\bridge\jsc -I..\..\Source\WebCore\contentextensions -I..\..\Source\WebCore\crypto -I..\..\Source\WebCore\crypto\algorithms -I..\..\Source\WebCore\crypto\keys -I..\..\Source\WebCore\crypto\parameters -I..\..\Source\WebCore\css -I..\..\Source\WebCore\css\parser -I..\..\Source\WebCore\css\typedom -I..\..\Source\WebCore\cssjit -I..\..\Source\WebCore\dom -I..\..\Source\WebCore\dom\messageports -I..\..\Source\WebCore\domjit -I..\..\Source\WebCore\editing -I..\..\Source\WebCore\fileapi -I..\..\Source\WebCore\history -I..\..\Source\WebCore\html -I..\..\Source\WebCore\html\canvas -I..\..\Source\WebCore\html\forms -I..\..\Source\WebCore\html\parser -I..\..\Source\WebCore\html\shadow -I..\..\Source\WebCore\html\track -I..\..\Source\WebCore\inspector -I..\..\Source\WebCore\inspector\agents -I..\..\Source\WebCore\inspector\agents\page -I..\..\Source\WebCore\inspector\agents\worker -I..\..\Source\WebCore\layout -I..\..\Source\WebCore\layout\blockformatting -I..\..\Source\WebCore\layout\displaytree -I..\..\Source\WebCore\layout\floats -I..\..\Source\WebCore\layout\inlineformatting -I..\..\Source\WebCore\layout\inlineformatting\text -I..\..\Source\WebCore\layout\layouttree -I..\..\Source\WebCore\loader -I..\..\Source\WebCore\loader\appcache -I..\..\Source\WebCore\loader\archive -I..\..\Source\WebCore\loader\archive\mhtml -I..\..\Source\WebCore\loader\cache -I..\..\Source\WebCore\loader\icon -I..\..\Source\WebCore\mathml -I..\..\Source\WebCore\page -I..\..\Source\WebCore\page\animation -I..\..\Source\WebCore\page\csp -I..\..\Source\WebCore\page\scrolling -I..\..\Source\WebCore\platform -I..\..\Source\WebCore\platform\animation -I..\..\Source\WebCore\platform\audio -I..\..\Source\WebCore\platform\encryptedmedia -I..\..\Source\WebCore\platform\gamepad -I..\..\Source\WebCore\platform\graphics -I..\..\Source\WebCore\platform\graphics\cpu\arm -I..\..\Source\WebCore\platform\graphics\cpu\arm\filters -I..\..\Source\WebCore\platform\graphics\displaylists -I..\..\Source\WebCore\platform\graphics\filters -I..\..\Source\WebCore\platform\graphics\iso -I..\..\Source\WebCore\platform\graphics\opentype -I..\..\Source\WebCore\platform\graphics\transforms -I..\..\Source\WebCore\platform\mediacapabilities -I..\..\Source\WebCore\platform\mediarecorder -I..\..\Source\WebCore\platform\mediasession -I..\..\Source\WebCore\platform\mediastream -I..\..\Source\WebCore\platform\mediastream\libwebrtc -I..\..\Source\WebCore\platform\mock -I..\..\Source\WebCore\platform\mock\mediasource -I..\..\Source\WebCore\platform\network -I..\..\Source\WebCore\platform\sql -I..\..\Source\WebCore\platform\text -I..\..\Source\WebCore\platform\vr -I..\..\Source\WebCore\plugins -I..\..\Source\WebCore\rendering -I..\..\Source\WebCore\rendering\line -I..\..\Source\WebCore\rendering\mathml -I..\..\Source\WebCore\rendering\shapes -I..\..\Source\WebCore\rendering\style -I..\..\Source\WebCore\rendering\svg -I..\..\Source\WebCore\rendering\updating -I..\..\Source\WebCore\replay -I..\..\Source\WebCore\storage -I..\..\Source\WebCore\style -I..\..\Source\WebCore\svg -I..\..\Source\WebCore\svg\animation -I..\..\Source\WebCore\svg\graphics -I..\..\Source\WebCore\svg\graphics\filters -I..\..\Source\WebCore\svg\properties -I..\..\Source\WebCore\websockets -I..\..\Source\WebCore\workers -I..\..\Source\WebCore\workers\service -I..\..\Source\WebCore\workers\service\context -I..\..\Source\WebCore\workers\service\server -I..\..\Source\WebCore\worklets -I..\..\Source\WebCore\xml -I..\..\Source\WebCore\xml\parser -I..\..\Source\WebCore\platform\graphics\gpu -I..\include\private -I..\include\private\JavaScriptCore -I..\..\Source\WebCore\accessibility\win -I..\..\Source\WebCore\page\win -I..\..\Source\WebCore\platform\graphics\egl -I..\..\Source\WebCore\platform\graphics\opengl -I..\..\Source\WebCore\platform\graphics\win -I..\..\Source\WebCore\platform\network\win -I..\..\Source\WebCore\platform\win -I..\..\Source\WebCore\platform\cf -I..\..\Source\WebCore\platform\cf\win -I..\..\Source\WebCore\platform\graphics\cairo -I..\..\Source\WebCore\platform\network\curl -I..\..\Source\WebCore\platform\image-decoders -I..\..\Source\WebCore\platform\image-decoders\bmp -I..\..\Source\WebCore\platform\image-decoders\gif -I..\..\Source\WebCore\platform\image-decoders\ico -I..\..\Source\WebCore\platform\image-decoders\jpeg -I..\..\Source\WebCore\platform\image-decoders\jpeg2000 -I..\..\Source\WebCore\platform\image-decoders\png -I..\..\Source\WebCore\platform\image-decoders\webp -I..\..\Source\WebCore\platform\graphics\texmap -I..\..\Source\WebCore\platform\graphics\nicosia -I..\..\Source\WebCore\loader\archive\cf -IJavaScriptCore\Headers -IJavaScriptCore\PrivateHeaders -IWTF\Headers -IDerivedSources -I..\..\Source\ThirdParty -IANGLE\Headers -I..\..\WebKitLibraries\win\include -I..\..\WebKitLibraries\win\include\cairo /W4 /DWIN32 /D_WINDOWS  /GR- /EHs- /EHc-  /MD /Zi /Ob0 /Od /RTC1   /bigobj /wd4018 /wd4068 /wd4099 /wd4100 /wd4127 /wd4138 /wd4146 /wd4180 /wd4189 /wd4201 /wd4206 /wd4244 /wd4251 /wd4267 /wd4275 /wd4288 /wd4291 /wd4305 /wd4309 /wd4344 /wd4355 /wd4389 /wd4396 /wd4456 /wd4457 /wd4458 /wd4459 /wd4481 /wd4503 /wd4505 /wd4510 /wd4512 /wd4530 /wd4610 /wd4611 /wd4646 /wd4702 /wd4706 /wd4722 /wd4800 /wd4819 /wd4951 /wd4952 /wd4996 /wd6011 /wd6031 /wd6211 /wd6246 /wd6255 /wd6387 /Zi /GS /EHa- /EHc- /EHs- /fp:except- /analyze- /bigobj /utf-8 /validate-charset -std:c++17 /Yu&quot;WebCorePrefix.h&quot; /FI&quot;WebCorePrefix.h&quot; /Fp&quot;C:/webkit/gc/WebKitBuild/Debug/Source/WebCore/WebCore_SOURCES/WebCorePrefix.pch&quot; /showIncludes /FoSource\WebCore\CMakeFiles\WebCore.dir\platform\cf\win\CertificateCFWin.cpp.obj /Fdlib64\WebCore.pdb /FS -c ..\..\Source\WebCore\platform\cf\win\CertificateCFWin.cpp
&gt; C:\webkit\gc\Source\WebCore\platform\cf\win\CertificateCFWin.h(34): error C2065: &apos;PCCERT_CONTEXT&apos;: undeclared identifier
&gt; ..\..\Source\WebCore\platform\cf\win\CertificateCFWin.cpp(34): error C2061: syntax error: identifier &apos;PCCERT_CONTEXT&apos;
&gt; ..\..\Source\WebCore\platform\cf\win\CertificateCFWin.cpp(45): error C2065: &apos;PCCERT_CONTEXT&apos;: undeclared identifier
&gt; ..\..\Source\WebCore\platform\cf\win\CertificateCFWin.cpp(45): error C2146: syntax error: missing &apos;)&apos; before identifier &apos;certificate&apos;
&gt; ..\..\Source\WebCore\platform\cf\win\CertificateCFWin.cpp(46): error C2143: syntax error: missing &apos;;&apos; before &apos;{&apos;
&gt; ..\..\Source\WebCore\platform\cf\win\CertificateCFWin.cpp(46): error C2447: &apos;{&apos;: missing function header (old-style formal list?)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1571422</commentid>
    <comment_count>4</comment_count>
      <attachid>378935</attachid>
    <who name="Fujii Hironori">fujii</who>
    <bug_when>2019-09-16 21:28:50 -0700</bug_when>
    <thetext>Created attachment 378935
WIP patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1571433</commentid>
    <comment_count>5</comment_count>
      <attachid>378940</attachid>
    <who name="Fujii Hironori">fujii</who>
    <bug_when>2019-09-16 22:36:19 -0700</bug_when>
    <thetext>Created attachment 378940
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1571450</commentid>
    <comment_count>6</comment_count>
      <attachid>378940</attachid>
    <who name="Fujii Hironori">fujii</who>
    <bug_when>2019-09-17 00:27:56 -0700</bug_when>
    <thetext>Comment on attachment 378940
Patch

Clearing flags on attachment: 378940

Committed r249944: &lt;https://trac.webkit.org/changeset/249944&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1571451</commentid>
    <comment_count>7</comment_count>
    <who name="Fujii Hironori">fujii</who>
    <bug_when>2019-09-17 00:28:01 -0700</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1571452</commentid>
    <comment_count>8</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2019-09-17 00:28:17 -0700</bug_when>
    <thetext>&lt;rdar://problem/55430209&gt;</thetext>
  </long_desc>
      
          <attachment
              isobsolete="1"
              ispatch="1"
              isprivate="0"
          >
            <attachid>378935</attachid>
            <date>2019-09-16 21:28:50 -0700</date>
            <delta_ts>2019-09-16 22:36:00 -0700</delta_ts>
            <desc>WIP patch</desc>
            <filename>wip.patch</filename>
            <type>text/plain</type>
            <size>501</size>
            <attacher name="Fujii Hironori">fujii</attacher>
            
              <data encoding="base64">ZGlmZiAtLWdpdCBhL1NvdXJjZS9jbWFrZS9PcHRpb25zV2luQ2Fpcm8uY21ha2UgYi9Tb3VyY2Uv
Y21ha2UvT3B0aW9uc1dpbkNhaXJvLmNtYWtlCmluZGV4IDE3YTgyMTY2MWIyLi41ZDk2YmQyM2M0
ZSAxMDA2NDQKLS0tIGEvU291cmNlL2NtYWtlL09wdGlvbnNXaW5DYWlyby5jbWFrZQorKysgYi9T
b3VyY2UvY21ha2UvT3B0aW9uc1dpbkNhaXJvLmNtYWtlCkBAIC00MSw2ICs0MSw3IEBAIHNldChD
T1JFRk9VTkRBVElPTl9MSUJSQVJZIENGbGl0ZSkKIFNFVF9BTkRfRVhQT1NFX1RPX0JVSUxEKEVO
QUJMRV9ERVZFTE9QRVJfTU9ERSAke0RFVkVMT1BFUl9NT0RFfSkKIAogYWRkX2RlZmluaXRpb25z
KC1EV1RGX1BMQVRGT1JNX1dJTl9DQUlSTz0xKQorYWRkX2RlZmluaXRpb25zKC1ETk9DUllQVCkK
IAogIyBPdmVycmlkZSBoZWFkZXJzIGRpcmVjdG9yaWVzCiBzZXQoQU5HTEVfRlJBTUVXT1JLX0hF
QURFUlNfRElSICR7Q01BS0VfQklOQVJZX0RJUn0vQU5HTEUvSGVhZGVycykK
</data>

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>378940</attachid>
            <date>2019-09-16 22:36:19 -0700</date>
            <delta_ts>2019-09-17 00:27:56 -0700</delta_ts>
            <desc>Patch</desc>
            <filename>bug-201858-20190917143618.patch</filename>
            <type>text/plain</type>
            <size>1432</size>
            <attacher name="Fujii Hironori">fujii</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogMjQ5OTQwCmRpZmYgLS1naXQgYS9Tb3VyY2UvY21ha2UvT3B0
aW9uc1dpbkNhaXJvLmNtYWtlIGIvU291cmNlL2NtYWtlL09wdGlvbnNXaW5DYWlyby5jbWFrZQpp
bmRleCAxN2E4MjE2NjFiMjEzYzJmMmU4NjU5YjIxMjBlNDM0MmFhMGVjYTE5Li41ZDk2YmQyM2M0
ZWM0OGM4OTE1MGU4MTczZjJhYmU5NjBlMjY1YTkzIDEwMDY0NAotLS0gYS9Tb3VyY2UvY21ha2Uv
T3B0aW9uc1dpbkNhaXJvLmNtYWtlCisrKyBiL1NvdXJjZS9jbWFrZS9PcHRpb25zV2luQ2Fpcm8u
Y21ha2UKQEAgLTQxLDYgKzQxLDcgQEAgc2V0KENPUkVGT1VOREFUSU9OX0xJQlJBUlkgQ0ZsaXRl
KQogU0VUX0FORF9FWFBPU0VfVE9fQlVJTEQoRU5BQkxFX0RFVkVMT1BFUl9NT0RFICR7REVWRUxP
UEVSX01PREV9KQogCiBhZGRfZGVmaW5pdGlvbnMoLURXVEZfUExBVEZPUk1fV0lOX0NBSVJPPTEp
CithZGRfZGVmaW5pdGlvbnMoLUROT0NSWVBUKQogCiAjIE92ZXJyaWRlIGhlYWRlcnMgZGlyZWN0
b3JpZXMKIHNldChBTkdMRV9GUkFNRVdPUktfSEVBREVSU19ESVIgJHtDTUFLRV9CSU5BUllfRElS
fS9BTkdMRS9IZWFkZXJzKQpkaWZmIC0tZ2l0IGEvQ2hhbmdlTG9nIGIvQ2hhbmdlTG9nCmluZGV4
IDAxNjFmOWM0ZjdhMjUwNDJhNjcxMjQwNmNlY2UyYzFjZDUwMDM5MjQuLmQ5OGIzNTZmNDA2YzMx
YmIxYTA2YzQ5YzVkYzEwYWZlODhlN2M3ZDUgMTAwNjQ0Ci0tLSBhL0NoYW5nZUxvZworKysgYi9D
aGFuZ2VMb2cKQEAgLTEsMyArMSwxNiBAQAorMjAxOS0wOS0xNiAgRnVqaWkgSGlyb25vcmkgIDxI
aXJvbm9yaS5GdWppaUBzb255LmNvbT4KKworICAgICAgICBbV2luQ2Fpcm9dW2N1cmxdIERlZmlu
ZSBOT0NSWVBUIHRvIHN1cHByZXNzIGxpYnJlc3NsICJXYXJuaW5nLCBvdmVycmlkaW5nIFdpbkNy
eXB0IGRlZmluZXMiCisgICAgICAgIGh0dHBzOi8vYnVncy53ZWJraXQub3JnL3Nob3dfYnVnLmNn
aT9pZD0yMDE4NTgKKworICAgICAgICBSZXZpZXdlZCBieSBOT0JPRFkgKE9PUFMhKS4KKworICAg
ICAgICBMaWJyZVNTTCBoZWFkZXJzIGFyZSByZXBvcmluZyBhIGNvbXBpbGF0aW9uIHdhcm5pbmcg
Zm9yIG92ZXJyaWRpbmcKKyAgICAgICAgV2luQ3J5cHQgZGVmaW5lcy4gRGVmaW5lIE5PQ1JZUFQg
dG8gbGV0IHdpbmRvd3MuaCBub3QgdG8gaW5jbHVkZQorICAgICAgICBXaW5DcnlwdCBmb3IgV2lu
Q2Fpcm8gcG9ydC4KKworICAgICAgICAqIFNvdXJjZS9jbWFrZS9PcHRpb25zV2luQ2Fpcm8uY21h
a2U6IEFkZGVkIC1ETk9DUllQVC4KKwogMjAxOS0wOS0xNSAgQWRyaWFuIFBlcmV6IGRlIENhc3Ry
byAgPGFwZXJlekBpZ2FsaWEuY29tPgogCiAgICAgICAgIFtHVEtdW1dQRV0gRG8gbm90IHJ1biB0
aGUgQnViYmxld3JhcCBleGVjdXRhYmxlIHdoZW4gY29uZmlndXJpbmcgZm9yIGNyb3NzLWNvbXBp
bGF0aW9uCg==
</data>

          </attachment>
      

    </bug>

</bugzilla>