Skip to content

Commit

Permalink
eol-style
Browse files Browse the repository at this point in the history
svn path=/trunk/mono/; revision=50639
  • Loading branch information
Ben Maurer committed Sep 23, 2005
1 parent 920ece2 commit 9a04e8c
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions man/certmgr.1
Original file line number Diff line number Diff line change
Expand Up @@ -124,18 +124,18 @@ machine.config file must be updated so the OID for MD2 is known at runtime.

To correct this insert the following XML snippet inside the <configuration>
element of your machine.config file.
<mscorlib>
<cryptographySettings>
<cryptoNameMapping>
<cryptoClasses>
<cryptoClass monoMD2="Mono.Security.Cryptography.MD2Managed, Mono.Security, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
</cryptoClasses>
<nameEntry name="MD2" class="monoMD2" />
</cryptoNameMapping>
<oidMap>
<oidEntry OID="1.2.840.113549.2.2" name="MD2" />
</oidMap>
</cryptographySettings>
<mscorlib>
<cryptographySettings>
<cryptoNameMapping>
<cryptoClasses>
<cryptoClass monoMD2="Mono.Security.Cryptography.MD2Managed, Mono.Security, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
</cryptoClasses>
<nameEntry name="MD2" class="monoMD2" />
</cryptoNameMapping>
<oidMap>
<oidEntry OID="1.2.840.113549.2.2" name="MD2" />
</oidMap>
</cryptographySettings>
</mscorlib>

.SH AUTHOR
Expand Down

0 comments on commit 9a04e8c

Please sign in to comment.