You've already forked linux-packaging-mono
Imported Upstream version 4.3.2.467
Former-commit-id: 9c2cb47f45fa221e661ab616387c9cda183f283d
This commit is contained in:
@@ -39,12 +39,7 @@ using System.Globalization;
|
||||
|
||||
namespace Mono.Security.Protocol.Ntlm {
|
||||
|
||||
#if INSIDE_SYSTEM
|
||||
internal
|
||||
#else
|
||||
public
|
||||
#endif
|
||||
abstract class MessageBase {
|
||||
public abstract class MessageBase {
|
||||
|
||||
static private byte[] header = { 0x4e, 0x54, 0x4c, 0x4d, 0x53, 0x53, 0x50, 0x00 };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user